I recommend reading the docs of these plugins to understand them better. Each plugin provides a much better Vim experience!
- NERD Tree: A tree explorer plugin for vim
- vim-multiple-cursors: Sublime Text style multiple selections for Vim.
- vim-nerdtree-tabs: NERDTree and tabs together in Vim, painlessly.
- vim-jsbeautify: Vim plugin which formated javascript, css, html files.
- ag.vim: Vim plugin for the_silver_searcher.
- nerdtree-git-plugin: A plugin of NERDTree showing git status.
- fzf: A command-line fuzzy finder written in Go.
- fzf.vim: fzf ❤️ vim
- vim-esearch: Perform search in files easily.
- neoterm: Wrapper of some neovim's :terminal functions.
- vim-easy-align: A Vim alignment plugin.
- vim-easymotion: Vim motions on speed !
- nerdcommenter: Vim plugin for intensely orgasmic commenting.
- deoplete.nvim: Dark powered asynchronous completion framework for neovim.
- gruvbox: Retro groove color scheme for Vim.
- vim-airline: Lean & mean status/tabline for vim that'sight as air.
- vim-airline-themes: A collection of themes for vim-airline.
<c-m>: next key
<c-z>: prev key
<c-x>: skip key
<esc>: quit key
zm: find by regular expression
,tt: launch terminal
,th: hide/close terminal
,tc: clear terminal
,tk: kill terminal
go: go to anywhere
<F5>: NERDTree toggle
v: open in tab
V: open in tab on silent
d: open in vsplit
l: refresh
L: refresh root
<c-f>: Formatting js,json,html,css files
Launch search
<leader>ff: Search
<leader>fw: Search word under cursor
Open file
t: open in tab
i: open file in split
v: open file in vsplit
<Enter>: open
o: open
Open silently (keep focus on the results window)
T: open in tab
I: open file in split
V: open file in vsplit
Move cursor with snapping
<C-s>: next
<C-d>: next-file
<C-r>: prev
<C-g>: prev-file
<c-c>: Copy to clipboard
<c-v>: Paste to clipboard
__: toggle commenter