ZIm/assets/keymaps
Cody fe1078ef68
Add basic vi motion support for terminal (#18715)
Closes #7417

Release Notes:

- Added basic support for Alacritty's [vi
mode](https://github.com/alacritty/alacritty/blob/master/docs/features.md#vi-mode)
to the built-in terminal (which is using Alacritty under the hood.) The
vi mode can be activated with `ctrl-shift-space` and then supports some
basic motions to navigate through the terminal's scrollback buffer.

## Details

Leverages existing selection functionality from mouse_drag and the
ViMotion API of alacritty to add basic vi motions in the terminal.
Please note, this is only basic functionality (move, select, and yank to
system clipboard) and not a fully functional vim environment (e.g.
search, configurable keybindings, and paste). I figured this would be an
interim solution to the long term, more fleshed out, solution proposed
by @mrnugget.

Ctrl+Shift+Space to enter Vi mode while in the terminal (Same default
binding in alacritty)
2024-10-10 07:50:12 +02:00
..
linux Add pane activation bindings for Sublime Text keymap (#16930) 2024-08-27 15:22:38 -04:00
macos Fix casing of "macOS" (#17040) 2024-08-28 19:10:49 -04:00
default-linux.json Add basic vi motion support for terminal (#18715) 2024-10-10 07:50:12 +02:00
default-macos.json Add basic vi motion support for terminal (#18715) 2024-10-10 07:50:12 +02:00
initial.json Use lowercase command names in initial settings files (#15717) 2024-08-03 09:35:09 -04:00
storybook.json storybook: Fix Backspace in Auto Height Editor and Picker stories (#11011) 2024-04-25 17:37:47 -04:00
vim.json vim: Support za (#18421) 2024-09-26 23:52:07 -06:00