[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.
This commit is contained in:
Bruno BELANYI 2019-07-23 23:08:54 +02:00
parent da6be50060
commit dbaefbf33b

View file

@ -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