diff options
author | Oxbian <got.dacs@slmail.me> | 2023-10-08 00:04:46 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-10-08 00:04:46 +0200 |
commit | 36cad3b53b2878fc6e1cbdf4f942d76988e04750 (patch) | |
tree | 5e5f3b134a4e6261a30dc82a8b3d295159c1db1f | |
parent | 462b2cd5de0fc7b301f329bc16dd6fd3aa2fdb07 (diff) | |
download | vimrc-36cad3b53b2878fc6e1cbdf4f942d76988e04750.tar.gz vimrc-36cad3b53b2878fc6e1cbdf4f942d76988e04750.zip |
Updating readme for netrw changes
-rw-r--r-- | README.md | 16 |
1 files changed, 2 insertions, 14 deletions
@@ -26,10 +26,6 @@ This config has just the necessary plugins installed: ### Graphics utilities -- [Fern](https://github.com/lambdalisue/fern.vim) to have a file tree in vim. -- [Fern renderer devicons](https://github.com/lambdalisue/fern-renderer-devicons.vim) to have devicons in fern. -- [Fern git mapping](https://github.com/lambdalisue/fern-mapping-git.vim) to add git stage & unstage in fern. -- [Fern git status](https://github.com/lambdalisue/fern-git-status.vim.git) show file git status in fern. - [Vim which key](https://github.com/liuchengxu/vim-which-key) show leader keybinds in a GUI. - [Vim devicons](https://github.com/ryanoasis/vim-devicons) language icons for vim. - [Vim gitgutter](https://github.com/airblade/vim-gitgutter) to see diff between files with git. @@ -87,19 +83,11 @@ This config has just the necessary plugins installed: More help at `:help spell` -### Fern +### Treeview -For help, use `:help fern`. +For help, use `:help netrw`. Keybinds: - `Ctrl+f` open the treeview buffer at the left, -- `ga` stage a file from git, -- `gu` unstage a file from git, -- `a` create a file or folder, -- `d` delete a file or folder, -- `r` rename a file or folder, -- `m` move a file or folder, -- `v` open a file in vertical split, -- `s` open a file in horizontal split ### Vim Gutter |