Age | Commit message (Collapse) | Author |
|
Instead of dropping .swp etc. files all over the filesystem, put them
in the `~/.vim/backup/` directory.
Here we have three directories, one for each of backups, swap, and
undo.
|
|
* Create an augroup to house syntax highlighting settings
* Add an autocmd that highlights JSON files using JavaScript syntax
highlighting
|
|
Useful to know. I like having it in BBEdit for those cases when a file
is for whatever reason not UTF-8, so adding it in here.
|
|
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.
|
|
|
|
To prevent them from showing untracked changes in git status.
See:
http://stackoverflow.com/questions/4343544/generating-tags-to-different-location-by-pathogen
|
|
* Pathogen
* Command-T
* NerdTree
* TabBar (disabled)
* commentary.vim
* PreserveNoEOL
* EasyGrep
|
|
.vimrc from today. Will be re-adding my plugins as git submodules.
|