Add SPC o p/P keybind for treemacs/neotree
+ SPC o p invokes treemacs/neotree + SPC o P finds the current file in the treemacs/neotree pane
This commit is contained in:
parent
1880fb8a7d
commit
287460cb05
1 changed files with 6 additions and 2 deletions
|
@ -671,8 +671,12 @@
|
||||||
:desc "REPL" :n "r" #'+eval/open-repl
|
:desc "REPL" :n "r" #'+eval/open-repl
|
||||||
:v "r" #'+eval:repl
|
:v "r" #'+eval:repl
|
||||||
:desc "Dired" :n "-" #'dired-jump
|
:desc "Dired" :n "-" #'dired-jump
|
||||||
:desc "Neotree" :n "n" #'+neotree/open
|
(:when (featurep! :ui neotree)
|
||||||
:desc "Neotree: find file" :n "N" #'+neotree/find-this-file
|
:desc "Project sidebar" :n "p" #'+neotree/open
|
||||||
|
:desc "Find file in project sidebar" :n "P" #'+neotree/find-this-file)
|
||||||
|
(:when (featurep! :ui treemacs)
|
||||||
|
:desc "Project sidebar" :n "p" #'+treemacs/toggle
|
||||||
|
:desc "Find file in project sidebar" :n "P" #'treemacs-find-file)
|
||||||
:desc "Imenu sidebar" :nv "i" #'imenu-list-smart-toggle
|
:desc "Imenu sidebar" :nv "i" #'imenu-list-smart-toggle
|
||||||
:desc "Terminal" :n "t" #'+term/open
|
:desc "Terminal" :n "t" #'+term/open
|
||||||
:desc "Terminal in popup" :n "T" #'+term/open-popup-in-project
|
:desc "Terminal in popup" :n "T" #'+term/open-popup-in-project
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue