basic buffer movement
This commit is contained in:
parent
323a93b081
commit
370f398384
1 changed files with 4 additions and 0 deletions
4
init.el
4
init.el
|
@ -176,6 +176,10 @@
|
|||
|
||||
;; Buffers
|
||||
"b" '(:ignore t :which-key "Buffers")
|
||||
"bb" 'switch-to-buffer
|
||||
"bd" 'evil-window-delete
|
||||
"bn" 'next-buffer
|
||||
"bn" 'next-buffer
|
||||
"bs" 'switch-to-scratch-buffer
|
||||
|
||||
;; Files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue