From dbaefbf33b12d6906cfb7e134705ae02a29a968e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 23 Jul 2019 23:08:54 +0200 Subject: [PATCH] [UPDATE][I3] Use Mod+g to split horizontally I want to remap all i3's bindings to use Vim's movement keys. This mapping had to change. --- i3/.config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 855bfb5..4d069a7 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -75,7 +75,7 @@ bindsym $mod+Control+Shift+Up move up 50 px bindsym $mod+Control+Shift+Right move right 50 px # split in horizontal orientation -bindsym $mod+h split h +bindsym $mod+g split h # split in vertical orientation bindsym $mod+v split v