From c841cda071221850f7a96e337039bf5dcec5c2b4 Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Sat, 23 Dec 2023 20:14:17 -0700 Subject: [PATCH] Update keyboard maps --- xremap/config_mac.yml | 1 + xremap/config_no_fn.yml | 2 ++ xremap/config_standard.yml | 5 ++--- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/xremap/config_mac.yml b/xremap/config_mac.yml index c36ce6c..2c3cd77 100644 --- a/xremap/config_mac.yml +++ b/xremap/config_mac.yml @@ -27,6 +27,7 @@ keymap: C-e: end C-u: { with_mark: Shift-C-Left } + C-i: { with_mark: Shift-end } C-h: [backspace, { set_mark: false}] C-d: [delete, { set_mark: false}] diff --git a/xremap/config_no_fn.yml b/xremap/config_no_fn.yml index a400e04..2feb4a1 100644 --- a/xremap/config_no_fn.yml +++ b/xremap/config_no_fn.yml @@ -48,6 +48,7 @@ keymap: not: [Alacritty] remap: Super_l-a: C-a + Super_l-Shift-a: Super_l-Shift-a - name: Browsers # Similar-ish to MacOS. We bind to Alt instead of Super, since Ctrl is @@ -65,6 +66,7 @@ keymap: Alt_l-f: Control_r-f # Extended emacs for discord and online editors C-k: Shift-end + C-i: Shift-end # Stop getting stuck in tabs without vimium Alt_l-j: Control_r-Shift-Tab Alt_l-k: Control_r-Tab diff --git a/xremap/config_standard.yml b/xremap/config_standard.yml index 78f44d0..4104076 100644 --- a/xremap/config_standard.yml +++ b/xremap/config_standard.yml @@ -9,9 +9,6 @@ modmap: Super_l: Alt_l Alt_r: Super_r Super_r: Alt_r - - name: Closer-Esc - remap: - Control_l: KEY_ESC keymap: - name: disable-sleep @@ -33,6 +30,7 @@ keymap: C-e: end C-u: { with_mark: Shift-C-Left } + C-i: { with_mark: Shift-end } C-h: [backspace, { set_mark: false}] C-d: [delete, { set_mark: false}] @@ -46,6 +44,7 @@ keymap: not: [Alacritty] remap: Super_l-a: C-a + Super_l-Shift-a: Super_l-Shift-a - name: Browsers # Similar-ish to MacOS. We bind to Alt instead of Super, since Ctrl is