aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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 equalalways_resized.vim pluginTom Ryder2018-08-011-0/+27
| | | | | | | | | | Extend the 'equalalways' option to rebalance the windows when Vim is resized.
| * Remove trailing space from Vim pluginTom Ryder2018-08-011-1/+1
| |
| * Add missing abort attribute to pluginTom Ryder2018-08-011-1/+1
| |
| * Add scroll_next.vim pluginTom Ryder2018-07-312-2/+35
| |
| * Don't set up 'wildignore' in &compatible modeTom Ryder2018-07-301-1/+1
| | | | | | | | | | Vim doesn't understand line continuation characters in compatible mode, and I don't like the temporary &cpo hack.
| * Add foldlevelstart_stdin.vim pluginTom Ryder2018-07-301-0/+28
| | | | | | | | This makes 'foldlevelstart' work for stdin reads.
| * 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.
| * Update insert_cancel.vim pluginTom Ryder2018-07-261-0/+0
| |
| * Merge branch 'hotfix/v1.41.1' into developTom Ryder2018-07-262-2/+2
| |\ | | | | | | | | | | | | | | | * hotfix/v1.41.1: Bump VERSION Upgrade digraph_search.vim plugin
| * \ Merge branch 'release/v1.41.0' into developTom Ryder2018-07-261-2/+2
| |\ \ | | | | | | | | | | | | | | | | * release/v1.41.0: Bump VERSION
* | \ \ Merge branch 'hotfix/v1.41.1'v1.41.1Tom Ryder2018-07-262-2/+2
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | * hotfix/v1.41.1: Bump VERSION Upgrade digraph_search.vim plugin
| * | | Bump VERSIONTom Ryder2018-07-261-2/+2
| | | |
| * | | Upgrade digraph_search.vim pluginTom Ryder2018-07-261-0/+0
|/ / /
* | | Merge branch 'release/v1.41.0'v1.41.0Tom Ryder2018-07-2612-38/+24
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.41.0: Bump VERSION Move NeoVim-specific config to subfile Set 'noruler' in .vimrc Set 'ttymouse' silently Correct VIMRC path for NeoVim install target Stamp down three new ShellCheck 0.5.0 errors Update colon_operator.vim plugin Remove & remaps Spin quickfix_auto_open.vim out into a plugin
| * | Bump VERSIONTom Ryder2018-07-261-2/+2
| |/
| * Move NeoVim-specific config to subfileTom Ryder2018-07-263-8/+15
| |
| * 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.
| * Correct VIMRC path for NeoVim install targetTom Ryder2018-07-251-1/+1
| |
| * Stamp down three new ShellCheck 0.5.0 errorsTom Ryder2018-07-253-2/+3
| | | | | | | | All of these are false positives.
| * Update colon_operator.vim pluginTom Ryder2018-07-252-0/+0
| |
| * Remove & remapsTom Ryder2018-07-251-6/+0
| | | | | | | | I didn't know about g&, which is good enough.
| * Spin quickfix_auto_open.vim out into a pluginTom Ryder2018-07-243-22/+3
| |
| * Merge branch 'release/v1.40.0' into developTom Ryder2018-07-241-2/+2
| |\ | | | | | | | | | | | | * release/v1.40.0: Bump VERSION
* | \ Merge branch 'release/v1.40.0'v1.40.0Tom Ryder2018-07-246-13/+36
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.40.0: Bump VERSION Spin out colon_operator.vim plugin into submodule Improved colon_operator.vim plugin Add colon_operator.vim plugin Move quickfix auto-open into a little plugin file Bump up 'history' again Adjust 'indentkeys' in HTML indenting
| * | Bump VERSIONTom Ryder2018-07-241-2/+2
| |/
| * Merge branch 'release/v1.39.0' into developTom Ryder2018-07-241-2/+2
| |\ | | | | | | | | | | | | * release/v1.39.0: Bump VERSION
| * | Spin out colon_operator.vim plugin into submoduleTom Ryder2018-07-243-36/+3
| | |
| * | Improved colon_operator.vim pluginTom Ryder2018-07-241-5/+17
| | |
| * | Add colon_operator.vim pluginTom Ryder2018-07-242-0/+27
| | |
| * | Move quickfix auto-open into a little plugin fileTom Ryder2018-07-242-9/+22
| | | | | | | | | | | | | | | 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
| | |
| * | Adjust 'indentkeys' in HTML indentingTom Ryder2018-07-241-0/+4
| | |
* | | Merge branch 'release/v1.39.0'v1.39.0Tom Ryder2018-07-232-7/+9
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * release/v1.39.0: Bump VERSION Map \H to show command :history Allow numeric prefix before :bdelete map Add some spaces before some comments
| * | Bump VERSIONTom Ryder2018-07-231-2/+2
| |/
| * Merge branch 'release/v1.38.0' into developTom Ryder2018-07-231-2/+2
| |\ | | | | | | | | | | | | * release/v1.38.0: Bump VERSION