Remove windmove shift binds
This commit is contained in:
parent
6c39fa9978
commit
00d392fc87
|
@ -70,13 +70,6 @@ Bind mouse keys to expected movement commands
|
||||||
(keymap-global-set "<mouse-9>" #'next-buffer)
|
(keymap-global-set "<mouse-9>" #'next-buffer)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Enable default binds of =Windmove= to navigate windows using shift+arrow
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(when (fboundp 'windmove-default-keybindings)
|
|
||||||
(windmove-default-keybindings))
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
Set custom location for backups
|
Set custom location for backups
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue