aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Collapse)AuthorAgeFilesLines
* Correct start-of-line jumps in Vim line exec mapsTom Ryder2018-08-041-3/+3
| | | | | | | g^ moves to the first non-blank character of the screen line, for use when 'wrap' is on. I just wanted ^. g_ is correct, though.
* Correct a commentTom Ryder2018-08-031-1/+1
|
* Tidy mapping definition for \<Tom Ryder2018-08-031-2/+2
|
* Remove j/gj,k/gk maps againTom Ryder2018-08-031-6/+0
| | | | I'm having some trouble deciding on these.
* Revert "Remove & remaps"Tom Ryder2018-08-021-0/+6
| | | | | | This reverts commit 5a9fbcf87cdf4513d3598700b6c6c4ec83dca139. I misread the description of g&.
* Add some experimental :vimgrep and :helpgrep mapsTom Ryder2018-08-021-0/+5
|
* Use g_ instead of $ for yanking command linesTom Ryder2018-08-021-3/+3
| | | | Excludes trailing spaces that way
* Correct \: mappingTom Ryder2018-08-021-1/+1
| | | | Missing yank!
* Round out execution mappingsTom Ryder2018-08-021-2/+8
| | | | | We'll clobber "z for now. I might rewrite this to be functional at some point, but I do rather like that these all work with vim-tiny.
* Use \! instead of \@ for line-executeTom Ryder2018-08-021-2/+2
|
* Add 'confirm'Tom Ryder2018-08-021-0/+3
| | | | | I'm not sure I'll like this, but it's worth a go instead of manually adding bangs to each command.
* Add \@ mapping to execute lines with 'shell'Tom Ryder2018-08-021-0/+3
|
* Revert "Remove j/gj remappings"Tom Ryder2018-08-011-0/+6
| | | | | | I missed them. This reverts commit 5b06161ece5f72b3de4ad064ed62986a68ffc93f.
* Add leader mappings for < and >Tom Ryder2018-08-011-0/+4
|
* Check for existence of +completeoptTom Ryder2018-08-011-4/+6
|
* Add longest and menuone to 'completeopt'Tom Ryder2018-08-011-0/+4
|
* Add scroll_next.vim pluginTom Ryder2018-07-311-2/+3
|
* Correct syntax of new mapTom Ryder2018-07-271-1/+1
|
* Try an expanded mapping for <Space>Tom Ryder2018-07-271-0/+3
| | | | If at the end of the file, change to the next file in the argument list.
* Remove backspace mappingTom Ryder2018-07-261-2/+1
| | | | I keep hitting it accidentally.
* Move NeoVim-specific config to subfileTom Ryder2018-07-261-6/+5
|
* Set 'noruler' in .vimrcTom Ryder2018-07-251-0/+3
| | | | It's off by default in Vim, but NeoVim changed it.
* Set 'ttymouse' silentlyTom Ryder2018-07-251-1/+1
| | | | It's not in NeoVim.
* Remove & remapsTom Ryder2018-07-251-6/+0
| | | | I didn't know about g&, which is good enough.
* Add colon_operator.vim pluginTom Ryder2018-07-241-0/+3
|
* Move quickfix auto-open into a little plugin fileTom Ryder2018-07-241-9/+0
| | | | | I might package this one up, but it's not original and it's so tiny/trivial it's probably not going to get uploaded on vim.org.
* Bump up 'history' againTom Ryder2018-07-241-2/+2
|
* Map \H to show command :historyTom Ryder2018-07-231-0/+2
|
* Allow numeric prefix before :bdelete mapTom Ryder2018-07-231-1/+1
|
* Add some spaces before some commentsTom Ryder2018-07-231-4/+4
|
* Remove now-unneeded :lwindow from \. mapTom Ryder2018-07-231-1/+1
|
* Add autocmds to always pop open quickfix/loclistTom Ryder2018-07-231-0/+9
|
* Inline 'undodir' assignmentTom Ryder2018-07-231-4/+1
|
* Remove superfluous [t,]t mapsTom Ryder2018-07-231-3/+0
| | | | gt and gT are default and work fine
* Allow count prefixes for [,] mapsTom Ryder2018-07-231-8/+8
|
* Blank 'ttymouse' in VimTom Ryder2018-07-231-0/+3
|
* Turn 'hidden' on for a bitTom Ryder2018-07-221-0/+3
|
* Remove range-stripping from \x mappingTom Ryder2018-07-221-1/+1
| | | | This way I can use a numeric prefix if I want to.
* Add some folding settingsTom Ryder2018-07-221-0/+6
| | | | | I don't particularly like folding, but these seem pretty inoffensive; I can quickly close a block whenever I need to.
* More tweaking for Vim tiny compatibilityTom Ryder2018-07-221-19/+19
|
* Don't force locale settings on 'greppreg'Tom Ryder2018-07-211-1/+1
|
* Correct logic on 'encoding' selectionTom Ryder2018-07-211-4/+3
|
* Remove unneeded UNIX testTom Ryder2018-07-211-1/+1
| | | | Hey, these days GNU grep could be available on another system...
* Try going without 'display' for a little whileTom Ryder2018-07-211-4/+0
|
* Strip some redundant commentsTom Ryder2018-07-211-2/+2
|
* Suppress insert_cancel.vim map if not &loadpluginsTom Ryder2018-07-211-1/+3
|
* Overhaul .vimrc for maximum vim-tiny supportTom Ryder2018-07-211-111/+66
|
* Define 'grepprg' for GNU grep in .vimrcTom Ryder2018-07-211-0/+5
|
* Remove any range from \e mappingTom Ryder2018-07-201-1/+1
|
* Upgrade, reconfig strip_trailing_whitespace pluginTom Ryder2018-07-201-1/+4
|