| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
It causes too many conflicts with other plugins that expect the standard
`<C-O>` behaviour.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This properly deals with versions of VIm that don't support timers. So
that older versions of Vim still work but run into the bug where some
panes get insertmode inappropriately set.
Touches #4
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Removed `Esc` keybinding for deselecting found text (not that
important anyway). Because it was causing arrows key to output
escaped portion of their internal code.
* Added `ALT+c` combination as companion to `ALT+;`.
* Don't load plugin if Vim doesn't support `timers`.
* Recommended use of `vim-fixkey` for terminal Vim.
* Added better notes about disabling `CTRL+S` terminal suspension.
Touches #3
|
| |
|
| |
|
|
|
|
|
|
|
| |
So when you paste something and there's an active selection of text then
the selection is replaced by that which is pasted.
Also, includes <Alt-o> for normal mode shortcut to `:`
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes bug where some buffers, well actually a lot of buffers, don't
immediately set their &buftype/&modifiable/&readonly state. Hopefully
now any buffer like NERD_Tree, Fugitive's GBlame, Vim-Plug's update
buffer, quicklist, location, etc, etc.
This has been a looooong standing bug. It makes me very hapy to fix
this.
I've set the delay to 1 millisecond, so be prepared that more is needed.
|
| |
|
|
|