My personal customization files, these are intended to be cross-platform due to me changing computers frequently.
To install run the following:
chmod +x install.sh
./install.sh install
,d
brings up NERDTree, a sidebar buffer for navigating and manipulating files,t
brings up ctrlp.vim, a project file filter for easily opening specific files,b
restricts ctrlp.vim to open buffersds
/cs
delete/change surrounding characters (e.g."Hey!"
+ds"
=Hey!
,"Hey!"
+cs"'
='Hey!'
) with vim-surroundgcc
toggles current line commentgc
toggles visual selection comment linesvii
/vai
visually select in or around the cursor's indentVp
/vp
replaces visual selection with default register without yanking selected text (works with any visual selection)
<C-a>
is the prefix- mouse scroll initiates tmux scroll
prefix v
makes a vertical splitprefix s
makes a horizontal split