dotfiles/private_dot_config/vim/vim.md
2023-11-07 21:59:10 -05:00

48 lines
No EOL
1 KiB
Markdown

# General Plugins
## [Goyo] (https://github.com/junegunn/goyo.vim)
- TODO
## [Easymotion] (https://github.com/easymotion/vim-easymotion)
- `\\w` lets you jump to any word ahead
- `\\b` is backwards
- `\\{h,j,k,l}` jump in a direction (doesn't work with arrow keys)
- `\\f<char>` lets you jump to instances of `<char`
## [Ranger] (https://github.com/francoiscabrol/ranger.vim)
- Requires ranger to be installed
- `\f` to open ranger
- `:RangerNewTab` to open selected file in new tab
## [Signify] (https://github.com/mhinz/vim-signify)
- TODO
## [Lightline] (https://github.com/itchyny/lightline.vim)
- TODO
## [DelimitMate] (https://github.com/Raimondi/delimitMate)
- TODO
## [LanguageClient] (https://github.com/autozimu/LanguageClient-neovim)
- TODO
## [Commentary] (https://github.com/tpope/vim-commentary)
- `gcc`: toggle comment line
- `gc<motion>`: toggle comment on motion
## [NerdTree] ()
- TODO
## [NerdTree Tabs] ()
- TODO
## [Grep] ()
- TODO
## [CSApprox] ()
- TODO
## [Tagbar] ()
- TODO
## [indentline] ()
- TODO