Update bindings for switching between buffers
This commit is contained in:
parent
989b1e40aa
commit
e42c176e58
2 changed files with 7 additions and 3 deletions
4
01mac.el
4
01mac.el
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue