mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00

When `open_in_editor` is enabled, the `VI_MODE` binding to open the editor is `v`, which is unexpected, as `v` should be character selection. The `open_in_editor` option has been disabled, but the `Ctrl-X Ctrl-E` shortcut to open the current buffer in an editor has been explicitly enabled, so there shouldn't be any change of behavior for anyone except those who were using `v` to open an editor in `VI_MODE` (which I think is no one).
14 lines
258 B
ReStructuredText
14 lines
258 B
ReStructuredText
**Added:** None
|
|
|
|
**Changed:**
|
|
|
|
* In ``VI_MODE``, the ``v`` key will enter character selection mode, not open
|
|
the editor. ``Ctrl-X Ctrl-E`` will still open an editor in any mode
|
|
|
|
**Deprecated:** None
|
|
|
|
**Removed:** None
|
|
|
|
**Fixed:** None
|
|
|
|
**Security:** None
|