summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add vader plugin for vim testsJesse Luehrs2017-10-313-0/+4
|
* add a fzf alias for switching git branchesJesse Luehrs2017-10-311-0/+2
|
* update EXTERNALJesse Luehrs2017-10-311-7/+2
|
* i think this tab override is probably a bit too opinionatedJesse Luehrs2017-10-312-6/+7
| | | | not sure how it interacts with things like supertab and whatnot
* nope, push.default=simple is suuuuuuper annoyingJesse Luehrs2017-10-311-0/+2
|
* move shared shell files to ~/.shJesse Luehrs2017-10-309-12/+8
|
* update replyrcJesse Luehrs2017-10-301-1/+2
|
* add runesrcJesse Luehrs2017-10-302-0/+33
|
* put the weather data in .cacheJesse Luehrs2017-10-302-2/+2
|
* add ledger configJesse Luehrs2017-10-302-0/+2
|
* remove peco config, since i'm not using it nowJesse Luehrs2017-10-302-12/+0
|
* clean up gitconfig a bitJesse Luehrs2017-10-303-89/+21
|
* update the undo cache directory in the cleanup scriptJesse Luehrs2017-10-301-1/+1
|
* fix volnoti when setting volume above 100%Jesse Luehrs2017-10-301-1/+1
|
* disable syntax-based indent for perlJesse Luehrs2017-10-301-0/+2
| | | | rainbow parens breaks it
* fix collapsing braces when there's more than one extra lineJesse Luehrs2017-10-291-1/+1
|
* use fd instead of findJesse Luehrs2017-10-291-1/+1
|
* only go into insert mode for empty gitcommit buffersJesse Luehrs2017-10-291-1/+5
|
* use fzf instead of pecoJesse Luehrs2017-10-292-0/+3
| | | | it seems to be a lot faster
* remove the zsh opp pluginJesse Luehrs2017-10-293-9/+0
| | | | it was integrated into zsh itself a few years ago
* try using exa instead of kJesse Luehrs2017-10-294-8/+2
|
* i should just use the bazel filetype plugin that comes with vimJesse Luehrs2017-10-292-3/+0
|
* update pluginsJesse Luehrs2017-10-297-0/+0
|
* add `make versions` to show when each of my plugins was last updatedJesse Luehrs2017-10-291-0/+3
|
* fix make updateJesse Luehrs2017-10-291-4/+6
|
* vimmanpager improvementsJesse Luehrs2017-10-291-3/+8
|
* add editorconfig pluginJesse Luehrs2017-10-292-0/+3
|
* add a function to cd to the root of the git repositoryJesse Luehrs2017-10-291-0/+10
|
* a few more tweaks for xs filesJesse Luehrs2017-10-291-0/+9
|
* i don't use irssi anymore, and weechat's log format isn't compatibleJesse Luehrs2017-10-292-68/+0
|
* automatically start in insert mode for gitcommit messagesJesse Luehrs2017-10-291-0/+4
|
* switch to a more maintained rainbow parens pluginJesse Luehrs2017-10-294-110/+22
|
* load matchit like a normal pluginJesse Luehrs2017-10-291-1/+3
|
* remove some startify configuration i think i don't care aboutJesse Luehrs2017-10-291-17/+2
|
* split out my settings into a plugin tooJesse Luehrs2017-10-294-107/+181
|
* pull a bunch of self-contained things out of my vimrcJesse Luehrs2017-10-298-333/+376
|
* handle extra whitespace betterJesse Luehrs2017-10-291-1/+1
|
* better handling of backspacing inside brackets after pressing enterJesse Luehrs2017-10-291-0/+29
|
* keep the line source in orderJesse Luehrs2017-10-291-0/+1
|
* more vim scopingJesse Luehrs2017-10-296-26/+30
| | | | | this fixes, at least, using the Help function directly before opening denite for the first time (since `modifiable` was leaking through)
* fix help function visual modeJesse Luehrs2017-10-291-2/+1
|
* clean up the help overrides stuff a bitJesse Luehrs2017-10-294-19/+12
|
* don't go through ^R unless we're actually going to do somethingJesse Luehrs2017-10-291-14/+6
| | | | | the transition alters some of vim's editing state, such as whether a backspace should erase a single space or a full tab width of space.
* stop manually moving the cursor aroundJesse Luehrs2017-10-291-36/+13
| | | | | | | | | it looks like vim is super buggy with how this interacts with undo (it seems to just corrupt even previous entries in the undo tree, somehow?). this makes undo work again, but doesn't fix `.`, because all of these <Esc> commands start new actions (it's odd that actions and undo blocks aren't the same here, honestly), but i think i might be able to work around that in a similar way to repeat.vim.
* simplifyJesse Luehrs2017-10-291-14/+28
|
* make enter work more cleanlyJesse Luehrs2017-10-291-1/+16
| | | | having a separate map for (<CR> can time out, and delays screen updating
* simplifyJesse Luehrs2017-10-291-27/+6
|
* also remove matching parens, even if there is whitespace betweenJesse Luehrs2017-10-291-0/+47
|
* remove quotes in pairs if they are emptyJesse Luehrs2017-10-291-0/+20
|
* more reorganizationJesse Luehrs2017-10-291-6/+4
|