From 6b9216854864fa80263f160de801abe67d48f871 Mon Sep 17 00:00:00 2001 From: Knyffen Date: Wed, 25 Aug 2021 15:20:59 +0200 Subject: [PATCH] Fix Vim{W} --- keymapper.conf | 2 +- keymapper.conf.test | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 keymapper.conf.test diff --git a/keymapper.conf b/keymapper.conf index 680adb9..77fa6c1 100644 --- a/keymapper.conf +++ b/keymapper.conf @@ -52,7 +52,7 @@ InsEsc >> Ins Escape !Ins Vim{J} >> ArrowDown !Ins Vim{K} >> ArrowUp !Ins Vim{L} >> ArrowRight -!Ins Vim{W} >> Control{ArrowRight} +!Ins !Control Vim{W} >> Control{ArrowRight} !Ins Vim{B} >> Control{ArrowLeft} !Ins Vim{Backspace} >> ArrowLeft !Ins Vim{Backslash} >> AltLeft{F2} Ins diff --git a/keymapper.conf.test b/keymapper.conf.test new file mode 100644 index 0000000..500424c --- /dev/null +++ b/keymapper.conf.test @@ -0,0 +1,6 @@ +# [title="Konsole"] +# A >> C + +# [title="Firefox"] +# A >> B +