aboutsummaryrefslogtreecommitdiff
path: root/spec/novim_mode_spec.rb
Commit message (Collapse)AuthorAge
* Allow indentation to be repeatedThomas Buckley-Houston2022-05-11
|
* Default to xterm-mode selectionThomas Buckley-Houston2022-05-11
| | | | | | | | | | | | | | This allows snippet plugins to do their magic tabbed selection of positions to fill in a snippet. For example when you want to complete an `if~`, snippet plugins populate the buffer at that cursor position with a skeleton of an `if` statement and select the parts that you want to customise yourself. This is only possible if the default selection mode is xterm. So in this commit we carefully manage using mswin-style selection when the user initiates it with SHIFT keys etc. The only downside is that I haven't found a way to detect when mouse selection starts in order to move it away from xterm selection to mswin sselection.
* Update testsThomas Buckley-Houston2021-12-10
|
* Remove extraneous `:` from a pane-movement specThomas Buckley-Houston2017-07-25
|
* Better non-wrapped HOME/END. Use system clipboard.Thomas Buckley-Houston2017-07-25
|
* Better movement through wrapped textThomas Buckley-Houston2017-06-15
|
* Don't deselect after CTRL+C to copyThomas Buckley-Houston2017-06-15
|
* Paste over selection / And <Alt-o> for normal modeThomas Buckley-Houston2017-06-12
| | | | | | | 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 `:`
* Formalise plugin: functions, autoload, testsThomas Buckley-Houston2017-05-30