Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow indentation to be repeated | Thomas Buckley-Houston | 2022-05-11 |
| | |||
* | Default to xterm-mode selection | Thomas Buckley-Houston | 2022-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 tests | Thomas Buckley-Houston | 2021-12-10 |
| | |||
* | Remove extraneous `:` from a pane-movement spec | Thomas Buckley-Houston | 2017-07-25 |
| | |||
* | Better non-wrapped HOME/END. Use system clipboard. | Thomas Buckley-Houston | 2017-07-25 |
| | |||
* | Better movement through wrapped text | Thomas Buckley-Houston | 2017-06-15 |
| | |||
* | Don't deselect after CTRL+C to copy | Thomas Buckley-Houston | 2017-06-15 |
| | |||
* | Paste over selection / And <Alt-o> for normal mode | Thomas Buckley-Houston | 2017-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, tests | Thomas Buckley-Houston | 2017-05-30 |