-
Notifications
You must be signed in to change notification settings - Fork 2
/
workspace_nav.keymap
17 lines (16 loc) · 1.12 KB
/
workspace_nav.keymap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{:+ {:workspace.focused { ; Some mappings to make NerdTree users (like me) happy
"o" [:lt.plugins.workspace-nav/open-selection]
"x" [:lt.plugins.workspace-nav/close-parent]
"j" [:lt.plugins.workspace-nav/navigate-south]
"k" [:lt.plugins.workspace-nav/navigate-north]
", d" [:workspace.show]
"G" [:lt.plugins.workspace-nav/navigate-bottom]
"g g" [:lt.plugins.workspace-nav/navigate-top]
; Probably what most people would *expect*
"enter" [:lt.plugins.workspace-nav/open-selection]
"backspace" [:lt.plugins.workspace-nav/close-parent]
"up" [:lt.plugins.workspace-nav/navigate-north]
"down" [:lt.plugins.workspace-nav/navigate-south]
"esc" [:workspace.show]
"end" [:lt.plugins.workspace-nav/navigate-bottom]
"home" [:lt.plugins.workspace-nav/navigate-top]}}}