We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a668864 commit 939997eCopy full SHA for 939997e
src/cljs/proton/layers/core/keybindings.cljs
@@ -161,6 +161,10 @@
161
:d {:action "core:close"
162
:target actions/get-active-pane
163
: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"}
168
:u {:action "pane:reopen-closed-item"
169
:title "undo buffer destroy"}}
170
:p {:category "project"
0 commit comments