* 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
This commit is contained in:
parent
52d2182fa2
commit
43a99dea3a
4 changed files with 16 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue