git clone https://github.com/berialcheng/vim.git
./setup.sh
<F2>
-- save the current file<F4>
-- quit vimh
to go left,j
to go down,k
to go up,l
to go right- hit
CTRL-]
, Jump to a subject. TypeCTRL-T
orCTRL-O
. Repeat to go further back CTRL-f
/CTRL-b
- forward/backward one ppage
:map <c-w><c-f> :FirstExplorerWindow<cr>
- nerd -- open the left file system tree explorer
o
: open in prev window | open & close nodeO
: recursively open nodeP
: go to rootp
: go to parentK
/J
: go to first/last childI
: Toggle hidden filest
/i
/s
: Open the selected file new tab/horizontal split window/vertical split windowm
: Show the NERD Tree menuR
: Refresh the tree, useful if files change outside of Vim
Ctrl-P
-- open File lookup- Press
c-f
andc-b
to cycle between modes.
:Ack {pattern} {options}
:Ack! {pattern} {options}
-- Like:Ack
, but returns all results irrespective of the value ofg:FerretMaxResults
.
- NERD_tree
- mini buffer explorer
- lookup file
- vim-airline
- indentLine
- ferret
- Vim Search, Find and Replace: Commands and Plugins
- ctrlp
- Vim Awesome
- Vim fugitive
- fix the NERDTree m break
- fix the
git commit
focus - fix mini buf expl hanging issue
- add more language support
- add vim-airline for statusline
- add indentLine
- filter out files in NERDTree
- add screenshot
- tuning the mini buf expl config
- add search support
- add git support
- add github release