24.09.2022
neotree
Не прижилось.
Переключение корня по переключению проекта в projectile
(setq projectile-switch-project-action 'neotree-projectile-action)
Every time when the neotree window is opened, let it find current file and jump to node.
(setq neo-smart-open t)
Предполагается, что будет показывать файлы под управлением git, в том числе измененные.
(setq neo-vc-integration '(char face))
Usage
Shortcut (Only in Neotree Buffer)
n next line , p previous line。 SPC or RET or TAB Open current item if it is a file. Fold/Unfold current item if it is a directory. U Go up a directory g Refresh A Maximize/Minimize the NeoTree Window H Toggle display hidden files C-c C-n Create a file or create a directory if filename ends with a ‘/’ C-c C-d Delete a file or a directory. C-c C-r Rename a file or a directory. C-c C-c Change the root directory. C-c C-p Copy a file or a directory.
Commands(Global)
neotree-dir show NeoTree window and specify a directory as its root neotree-show or neotree show NeoTree window using current directory as its root neotree-hide Hide NeoTree window neotree-toggle toggle/hide NeoTree window neotree-find show NeoTree window and use the directory of current buffer as its root
Commands(Only in NeoTree Buffer)
neotree-enter Open File / Unfold Directory neotree-refresh Refresh neotree-stretch-toggle Maximize / Minimize neotree-change-root Switch Root Directory neotree-hidden-file-toggle Toggle hidden files neotree-rename-node Rename a Node neotree-delete-node Delete a Node neotree-create-node Create a file or a directory (if filename ends with ‘/’)
Все посты