vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 8b81b2271add5be3e2679cb3e8eb47b58f8b42ae
parent cd99b93d4834ddf968008c23f1a210a11989fd52
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Wed,  2 Dec 2015 14:42:13 +0100

vis: make <C-w>w an alias for <C-w>j

Diffstat:
Mconfig.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -213,6 +213,7 @@ static KeyBinding vis_mode_normal[] = { { "<C-w>v", ALIAS(":vsplit<Enter>") }, { "<C-w>j", ACTION(WINDOW_NEXT) }, { "<C-w>l", ALIAS("<C-w>j") }, + { "<C-w>w", ALIAS("<C-w>j") }, { "<C-w><C-w>", ALIAS("<C-w>j") }, { "<C-w><C-j>", ALIAS("<C-w>j") }, { "<C-w><C-l>", ALIAS("<C-w>j") },