Skip to content

Commit

Permalink
nice killing tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Barron committed Apr 9, 2009
1 parent 9d6aeab commit 5fba7bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ini/keys.el
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@
(global-set-key (kbd "\C-c \C-t") 'toggle-buffer)

(global-set-key (kbd "\C-x \C-m") 'execute-extended-command)

(global-set-key "\C-w" 'backward-kill-word)
(global-set-key (kbd "\C-x \C-k") 'kill-region)

0 comments on commit 5fba7bc

Please sign in to comment.