diff options
Diffstat (limited to 'init-bindings.el')
-rw-r--r-- | init-bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-bindings.el b/init-bindings.el index 23917802fef2..d4026f157b50 100644 --- a/init-bindings.el +++ b/init-bindings.el @@ -19,7 +19,7 @@ (global-set-key (kbd "M-j") 'ace-jump-word-mode) ;; Jump to next occurence of char -(global-set-key (kbd "M-m") 'iy-go-to-char) +(global-set-key (kbd "C-c f") 'iy-go-to-char) ;; Window switching. (C-x o goes to the next window) (windmove-default-keybindings) ;; Shift+direction |