Add/Delete indent
When in insert mode,CTRL-Tincrease indent by one shiftwidthCTRL-Ddecreases 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
|
No comments:
Post a Comment