# HG changeset patch # User Oleksandr Gavenko # Date 1232042435 -7200 # Node ID 859e177e9ab8fb6cab7630a1d9e0a9a3a359153d # Parent 1c381f0ca22fa3430d96bd1f8da5151b97e56fbb Remove f3 keybinding as has C-s . f7 set to occur. diff -r 1c381f0ca22f -r 859e177e9ab8 .emacs-my --- a/.emacs-my Sat Jan 10 18:05:07 2009 +0200 +++ b/.emacs-my Thu Jan 15 20:00:35 2009 +0200 @@ -188,11 +188,8 @@ (global-set-key [M-f4] 'save-buffers-kill-emacs) (global-set-key [f6] 'toggle-truncate-lines) -;; search -(global-set-key [f3] 'search-forward) -(global-set-key [S-f3] 'search-backward) ;; *Occur* -(global-set-key (kbd "\e\eo") 'occur) +(global-set-key [f7] 'occur) ; Key binding as in mc ;; frames, windows manipulation, switch buffers (global-set-key [C-tab] 'other-window)