Splitting up docs
This commit is contained in:
committed by
Yan Pritzker
parent
827f1698a5
commit
287b3eff2b
11
doc/vim/enhancements.md
Normal file
11
doc/vim/enhancements.md
Normal file
@@ -0,0 +1,11 @@
|
||||
* IndexedSearch - when you do searches will show you "Match 2 of 4" in the status line
|
||||
* delimitMate - automatically closes quotes
|
||||
* SearchComplete - tab completion in the / search window
|
||||
* syntastic - automatic syntax checking when you save the file
|
||||
* repeat - adds `.` (repeat command) support for complex commands like surround.vim. i.e. if you perform a surround and hit `.`, it will Just Work (vim by default will only repeat the last piece of the complex command)
|
||||
* endwise - automatically closes blocks (if/end)
|
||||
* autotag - automatically creates tags for fast sourcecode browsing. use `,f` over a symbol name to go to its definition
|
||||
* matchit - helps with matching brackets, improves other plugins
|
||||
* AnsiEsc - inteprets ansi color codes inside log files. great for looking at Rails logs
|
||||
* solarized - a color scheme scientifically calibrated for awesomeness (including skwp mods for ShowMarks)
|
||||
* Airline - Improved status bar. Requires patched fonts (installed from fonts/ directory)
|
||||
Reference in New Issue
Block a user