Add/Delete indent
When in insert mode,CTRL-T
increase indent by one shiftwidthCTRL-D
decreases indent by one shiftwidth
Word completion
- general vim stuff; not dependent on any additional script
- blog article here: http://www.thegeekstuff.com/tag/vim-auto-completion/
keystrokes | action |
---|---|
^x^n | word completion |
^x^l | line completion |
^x^f | filename completion |
Exuberent Ctags
keystrokes | action |
---|---|
| Turn on taglist |
:TlistAddFilesRecursive *. | Add files recursively e.g. :TlistAddFilesRecursive ~/code/instance/parts/omlette/ *.py
|