Here lie my dotfiles for vim, fish, and other such apps.
- Vundle - vim plugin management
- Fugitive - git integration
- TComment - syntax-aware code commenting
- UltiSnips - code snippets
- Command-T - quick file access
- delimitMate - bracket/quote autoclose
- Syntastic - syntax validation
- GitGutter - line-by-line git status flags
- Obsession - auto-updating sessions
- Multiple Cursors - Sublime-style multiple cursors
- vim/tmux navigator - seamless vim/tmux pane navigation
- Unite - vim plugin interface library
- Unite Codesearch - Command-T style UI for live code search, using a fork of Google Code Search
- Powerline - vastly improved vim/tmux status lines
;
- alias for:
//
- clear search highlight,d
- delete line without yanking_$
- strip trailing whitespace from all lines- Ctrl+S - save
- Ctrl+H/J/K/L - vim/tmux pane navigation
- Ctrl+Arrows for quick text jumping, like in windows
- Alt+Left/Right - change tabs
- Alt+T - activate Command-T
- Alt+R - activate code search
- Alt+P in normal mode toggles paste mode
- Shift+C - comment/uncomment code
- Tab/Shift+Tab in normal/visual mode - indent/unindent code; insert mode - snippet completion
- Space in normal mode toggle folds