diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-08-06T21·46+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-08-06T21·46+0200 |
commit | 43a99dea3aa6651b1b060ace714bddc1e10925ea (patch) | |
tree | d4958f5a21416cc223cf08ab5bdee48e74b97c01 /init-bindings.el | |
parent | 52d2182fa212a3d28e54e76afa0d9a5176d2f459 (diff) |
* moved switch-window and iy-go-to-char to package.el installs
* changed 'custom-clone-git and 'custom-download-script to place things in special folders * added those folders and some other things to .gitignore * changed binding for iy-go-to-char to C-c f
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 |