From 6c149e95f7c4aaa52fc0f625314e94c32ae078d5 Mon Sep 17 00:00:00 2001 From: "keymap-editor[bot]" <91849743+keymap-editor[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 09:39:06 +0000 Subject: [PATCH] add fast edit layer --- config/corne.keymap | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/corne.keymap b/config/corne.keymap index b4e6d82..ed39370 100644 --- a/config/corne.keymap +++ b/config/corne.keymap @@ -254,5 +254,14 @@ &trans &trans &trans &trans &trans &trans >; }; + + fast_edit { + bindings = < +&trans &none &none &none &none &none &kp HOME &kp BACKSPACE &none &kp DELETE &kp END &trans +&trans &none &none &none &kp F &none &kp LC(Z) &kp LEFT &kp UP_ARROW &kp RIGHT &kp PG_UP &trans +&trans &none &none &none &none &none &kp LC(Y) &kp LC(LEFT) &kp DOWN &kp LC(RIGHT) &kp PAGE_DOWN &trans + &trans &trans &trans &trans &trans &trans + >; + }; }; };