File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ use {
200200 [" <cr>" ] = " open" ,
201201 [" <esc>" ] = " revert_preview" ,
202202 [" P" ] = { " toggle_preview" , config = { use_float = true } },
203- [" gp " ] = " focus_preview"
203+ [" l " ] = " focus_preview"
204204 [" S" ] = " open_split" ,
205205 [" s" ] = " open_vsplit" ,
206206 -- ["S"] = "split_with_window_picker",
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ z = close_all_nodes: Close all nodes in the tree.
195195
196196P = toggle_preview: Toggles "preview mode", see | neo-tree-preview-mode |
197197
198- gp = focus_preview: Focuses active preview window
198+ l = focus_preview: Focus the active preview window
199199
200200<esc> = revert_preview: Ends "preview_mode" if it is enabled, and reverts
201201 any preview windows to what was being shown before
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ local config = {
312312 [" <cr>" ] = " open" ,
313313 [" <esc>" ] = " revert_preview" ,
314314 [" P" ] = { " toggle_preview" , config = { use_float = true } },
315- [" gp " ] = " focus_preview" ,
315+ [" l " ] = " focus_preview" ,
316316 [" S" ] = " open_split" ,
317317 -- ["S"] = "split_with_window_picker",
318318 [" s" ] = " open_vsplit" ,
You can’t perform that action at this time.
0 commit comments