alacritty/alacritty_terminal/src/config
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
..
colors.rs Add modal keyboard motion mode 2020-03-18 02:35:08 +00:00
debug.rs Remove `ref_test` option from configuration file 2020-03-04 11:32:07 +00:00
font.rs Update to winit/glutin EventLoop 2.0 2019-10-05 02:29:26 +02:00
mod.rs Add modal keyboard motion mode 2020-03-18 02:35:08 +00:00
scrolling.rs Remove scrolling.auto_scroll feature 2020-01-20 23:03:54 +03:00
visual_bell.rs Update to winit/glutin EventLoop 2.0 2019-10-05 02:29:26 +02:00
window.rs Fix XEmbed compilation error on 32-bit platforms 2019-10-20 14:30:59 +02:00