aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-04-25vimrc: set `ignorecase` and `smartcase`Teddy Wing
So I don't have to keep typing '\c' all the time when I'm searching for something. Also, `smartcase`, an option I just found out about, allows us to have case sensitivity if we enter uppercase.
2014-04-25vimrc: map gj to j and gk to kTeddy Wing
Gives us access to skip wrapped lines since we mapped the inverse direction before and as such there was no way to do this. Consider this a power user version of up and down. I think this mapping is more intuitive.
2014-04-25Add mapping to clear search highlightingTeddy Wing
<leader>/ now performs :nohlsearch
2014-04-24vimrc: set EasyGrep to ignore caseTeddy Wing
Ignore case by default when searching with EasyGrep.
2014-04-20Add README and LICENSETeddy Wing
2014-04-20Add ignore=untracked to a couple submodulesTeddy Wing
To prevent them from showing untracked changes in git status. See: http://stackoverflow.com/questions/4343544/generating-tags-to-different-location-by-pathogen
2014-04-20Add pluginsTeddy Wing
* Pathogen * Command-T * NerdTree * TabBar (disabled) * commentary.vim * PreserveNoEOL * EasyGrep
2014-04-20Initial commit: .vimrc form 2014.04.20Teddy Wing
.vimrc from today. Will be re-adding my plugins as git submodules.