Update programming hydra with some more aligned layout

This commit is contained in:
Maciej 2018-09-11 19:41:39 +03:00
parent e81308b2ce
commit d01b5194d2
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 15 additions and 10 deletions

View file

@ -16,7 +16,6 @@
(global-set-key (kbd "C-c \\") 'split-window-right) ;; Split window to the right
(global-set-key (kbd "C-c /") 'split-window-below) ;; Split window to the bottom
;; Move between windows key bindings
(global-set-key (kbd "C-c <left>") 'windmove-left)
(global-set-key (kbd "C-c <right>") 'windmove-right)