From 1a8cd172e520e493bacc9c6a2ae6f80de086eaa3 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Wed, 18 Mar 2020 02:35:08 +0000 Subject: 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. --- extra/linux/redhat/alacritty.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/linux/redhat/alacritty.spec b/extra/linux/redhat/alacritty.spec index 96527325..07a0dff5 100644 --- a/extra/linux/redhat/alacritty.spec +++ b/extra/linux/redhat/alacritty.spec @@ -7,7 +7,7 @@ URL: https://github.com/alacritty/alacritty VCS: https://github.com/alacritty/alacritty.git Source: alacritty-%{version}.tar -BuildRequires: rust >= 1.37.0 +BuildRequires: rust >= 1.39.0 BuildRequires: cargo BuildRequires: cmake BuildRequires: freetype-devel -- cgit v1.2.3