1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:50:03 +08:00
Commit Graph

21 Commits

Author SHA1 Message Date
Eric Wong
c5202375be docs(nerdtree): update doc for ctrl-h 2024-06-09 18:47:12 +08:00
Eric Wong
e9cc0e46f7 fix(nerdtree): fix Enter key binding of nerdtree 2024-06-09 18:22:17 +08:00
wsdjeg
11e5a4f4b3 fix(nerdtree): fix nerdtree configuration
close https://github.com/SpaceVim/SpaceVim/issues/4810
2023-04-15 18:26:13 +08:00
wsdjeg
b10a4b5500 feat(filetree): add user autocmd to override key binding 2022-05-30 21:15:48 +08:00
Shidong Wang
fd96c4ea1f
fix(nerdtree): fix key binding h in filetree 2021-09-25 01:12:26 +08:00
Shidong Wang
ba588581ee
fix(nerdtree): fix key binding Home and End 2021-09-25 00:41:22 +08:00
Shidong Wang
3aecd6c31b
fix(nerdtree): key binding d does not work
Use `d` to delete node
2021-09-25 00:38:39 +08:00
Shidong Wang
8c3dae578c
fix(nerdtree): arrow key does not work
Problem: `<Left>` and `<Right>` key does not work
Solution: map `<Left>` and `<Right>` as `h` and `l`
2021-09-22 22:54:02 +08:00
Shidong Wang
25bf4a1b32
fix(core): fix Enter key in filetree(nerdtree)
The `Enter` key do not change the root to cursor directory.
As the documentation says, `Enter` key is used to open directory
or drop file.
2021-09-21 23:46:10 +08:00
Shidong Wang
492209fe89
fix(core): filetree key binding ctrl-home does not work
problems: the key binding `ctrl-home` in filetree buffer does not work.
solution: map `ctrl-home` to NERDTreeCWD command
2021-09-21 23:36:47 +08:00
Shidong Wang
3354f6e6a7 fix(nerdtree): Fix . key binding in nerdtree
Within filetree buffer, the `.` key is used to toggle hidden files
2021-09-20 22:45:49 +08:00
Shidong Wang
534c2bf815 fix(nerdtree): Fix N key binding in nerdtree
Within filetree buffer, the `N` key is used to create node.
2021-09-20 22:33:28 +08:00
Wang Shidong
68e123447a
Update core layer (#4467) 2021-09-19 17:32:31 +08:00
Wang Shidong
39bf31c4b2
Change default filetree to nerdtree (#4464) 2021-09-12 23:06:37 +08:00
Wang Shidong
944fe9211f
Fix lint (#3124) 2019-10-05 22:31:49 +08:00
Wang Shidong
9965bf3a6a
Add option to show hidden files in filetree (#3103) 2019-10-01 19:49:54 +08:00
Wang Shidong
a446220add
Improve todo manager (#2942) 2019-07-11 18:26:29 +08:00
Nikolaus Sucher
befbb4f9a8 Update nerdtree.vim (#2685)
With "leftabove" nerdtree only appears on the right. After I changed it to "left" it is working again.
2019-03-20 20:52:37 +08:00
Wang Shidong
f55fac7c2e
Add option filetree_direction (#2661) 2019-03-14 00:03:35 +08:00
Nikolaus Sucher
7c9a90498b Add the option for setting filetree position (#2015) 2018-09-15 09:21:38 +08:00
wsdjeg
be6593be24 Add support for nerdtree 2017-12-01 16:17:32 +08:00