*akel.txt* Andre Vim mappings 1. Overview |akel-intro| 2. Toggles |akel-toggles| 3. OS Interaction |akel-os| 4. Developer |akel-dev| 5. Commenter |akel-commenter| 6. Text |akel-text| 7. Misc |akel-misc| 9. Plugins |akel-plugins| 10. Version |akel-ver| ====================================================================== *akel-intro* 1. Overview~ <,hh> - Show this file *akel-toggles* 2. Toggles~ ,l - Toggle list |list| ,N - Toggle line numbers |numbers| ,x - Toggle paste |paste| ,f - Toggle Full screen ,n - Toggle NERD Tree (file browser) |NERDTree| ,T - Toggle tags list |taglist.txt| *akel-os* 3. OS interaction~ ,ts - Open terminal window, splitting |ConqueTerm| ,tt - Open terminal window, new tab |ConqueTerm| *akel-dev* 4. Developer~ ,ml - Append modeline ,ff - Javascript beautifier *akel-commenter* 5. Commenter~ See |NERDCommenter| ,cc - Comment ,cu - Uncomment ,ci - Invert comment status (decomment if commented, comment else) ,cy - Yank and comment ,ca - Alternate delimiters ,cs - Sexy comments (nicer) *akel-text* 6. Text~ See |textformat| ,ac - Align center ,aj - Align justify ,al - Align left ,ar - Align right *akel-misc* 7. Misc~ In command or insertion mode: On Linux: - Move line up - Move line down On OSX: - Move line up - Move line down In Visual mode: On Linux: - Move block up - Move block down On OSX: - Move block up - Move block down *akel-plugins* 8. Plugins Adding a package: For autostart plugins $ cd pack/local/start $ git submodule add For ondemand plugins $ cd pack/local/opt $ git submodule add Removing a package: For autostart plugin $ cd pack/local/start $ git submodule deinit For ondemand plugin $ cd pack/local/opt $ git submodule deinit Updating packages: For all plugins $ git submodule update --remote --merge *akel-ver* 10. Version~ Author: Andrea Mistrali vim:tw=78:ts=8:ft=help:norl: