Update bindings for switching between buffers

This commit is contained in:
Maciej 2018-10-11 10:22:55 +03:00
parent 989b1e40aa
commit e42c176e58
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 7 additions and 3 deletions

View file

@ -30,8 +30,8 @@
(global-set-key (kbd "C-c <down>") 'windmove-down)
;; Switch to previous and next buffer
(global-set-key (kbd "C-c w <left>") 'previous-buffer)
(global-set-key (kbd "C-c w <right>") 'next-buffer)
(global-set-key (kbd "C-c s <left>") 'previous-buffer)
(global-set-key (kbd "C-c s <right>") 'next-buffer)
;; Kill current buffer and window
(global-set-key (kbd "C-c q") 'kill-buffer-and-window)