alacritty/extra
Christian Duerr 1a8cd172e5
Add modal keyboard motion mode
This implements a basic mode for navigating inside of Alacritty's
history with keyboard bindings. They're bound by default to vi's motion
shortcuts but are fully customizable. Since this relies on key bindings
only single key bindings are currently supported (so no `ge`, or
repetition).

Other than navigating the history and moving the viewport, this mode
should enable making use of all available selection modes to copy
content to the clipboard and launch URLs below the cursor.

This also changes the rendering of the block cursor at the side of
selections, since previously it could be inverted to be completely
invisible. Since that would have caused some troubles with this keyboard
selection mode, the block cursor now is no longer inverted when it is at
the edges of a selection.

Fixes #262.
2020-03-18 02:35:08 +00:00
..
completions Add --hold CLI flag 2019-10-09 23:37:48 +02:00
linux Add modal keyboard motion mode 2020-03-18 02:35:08 +00:00
logo Add prerendered PNG and simplified SVG logo 2019-11-28 19:09:14 +01:00
osx/Alacritty.app/Contents Bump version to 0.5.0-dev 2020-03-14 16:39:02 +00:00
windows Bump version to 0.5.0-dev 2020-03-14 16:39:02 +00:00
alacritty.info Fix ncurses backspace key 2019-06-07 22:09:22 +00:00
alacritty.man Bump version to 0.5.0-dev 2020-03-14 16:39:02 +00:00