Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
27940e1f
Commit
27940e1f
authored
Dec 22, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
([C-backspace]): Bind C-backspace to kill-word.
parent
d25cc9a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/bindings.el
lisp/bindings.el
+2
-1
No files found.
lisp/bindings.el
View file @
27940e1f
...
...
@@ -766,7 +766,8 @@ language you are using."
(
global-set-key
[C-right]
'forward-word
)
(
global-set-key
[C-left]
'backward-word
)
;; This is not quite compatible, but at least is analogous
(
global-set-key
[C-delete]
'backward-kill-word
)
(
global-set-key
[C-delete]
'backward-kill-word
)
(
global-set-key
[C-backspace]
'kill-word
)
;; This is "move to the clipboard", or as close as we come.
(
global-set-key
[S-delete]
'kill-region
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment