Remove f3 keybinding as has C-s <ret>. f7 set to occur.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 15 Jan 2009 20:00:35 +0200
changeset 115 859e177e9ab8
parent 114 1c381f0ca22f
child 116 8b2e019ee147
Remove f3 keybinding as has C-s <ret>. f7 set to occur.
.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)