Skip to content

Commit 939997e

Browse files
jamrizzidvcrn
authored andcommitted
feat(core): add buffer navigation keybindings (dvcrn#280)
Add n and p keybindings for navigating buffers
1 parent a668864 commit 939997e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cljs/proton/layers/core/keybindings.cljs

+4
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@
161161
:d {:action "core:close"
162162
:target actions/get-active-pane
163163
:title "destroy current buffer"}
164+
:n {:action "pane:show-next-item"
165+
:title "next buffer"}
166+
:p {:action "pane:show-previous-item"
167+
:title "previous buffer"}
164168
:u {:action "pane:reopen-closed-item"
165169
:title "undo buffer destroy"}}
166170
:p {:category "project"

0 commit comments

Comments
 (0)