equal
deleted
inserted
replaced
64 |
64 |
65 # Define my favorite Emacs key bindings. |
65 # Define my favorite Emacs key bindings. |
66 "\C-@": set-mark |
66 "\C-@": set-mark |
67 "\C-w": kill-region |
67 "\C-w": kill-region |
68 "\M-w": copy-region-as-kill |
68 "\M-w": copy-region-as-kill |
69 "\M-/" dabbrev-expand |
|
70 |
69 |
71 # Ctrl+Left/Right to move by whole words. |
70 # Ctrl+Left/Right to move by whole words. |
72 "\e[1;5C": forward-word |
71 "\e[1;5C": forward-word |
73 "\e[1;5D": backward-word |
72 "\e[1;5D": backward-word |
74 # Same with Shift pressed. |
73 # Same with Shift pressed. |