Age | Commit message (Collapse) | Author |
|
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.
|
|
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.
|
|
<leader>/ now performs :nohlsearch
|
|
Ignore case by default when searching with EasyGrep.
|
|
.vimrc from today. Will be re-adding my plugins as git submodules.
|