equal
deleted
inserted
replaced
186 (global-set-key [f4] 'ispell-buffer) |
186 (global-set-key [f4] 'ispell-buffer) |
187 (global-set-key [f8] 'kill-this-buffer) |
187 (global-set-key [f8] 'kill-this-buffer) |
188 (global-set-key [M-f4] 'save-buffers-kill-emacs) |
188 (global-set-key [M-f4] 'save-buffers-kill-emacs) |
189 (global-set-key [f6] 'toggle-truncate-lines) |
189 (global-set-key [f6] 'toggle-truncate-lines) |
190 |
190 |
191 ;; search |
|
192 (global-set-key [f3] 'search-forward) |
|
193 (global-set-key [S-f3] 'search-backward) |
|
194 ;; *Occur* |
191 ;; *Occur* |
195 (global-set-key (kbd "\e\eo") 'occur) |
192 (global-set-key [f7] 'occur) ; Key binding as in mc |
196 |
193 |
197 ;; frames, windows manipulation, switch buffers |
194 ;; frames, windows manipulation, switch buffers |
198 (global-set-key [C-tab] 'other-window) |
195 (global-set-key [C-tab] 'other-window) |
199 (global-set-key [?\C-x right] 'next-buffer) |
196 (global-set-key [?\C-x right] 'next-buffer) |
200 (global-set-key [?\C-x left] 'previous-buffer) |
197 (global-set-key [?\C-x left] 'previous-buffer) |