[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:
parent
da6be50060
commit
dbaefbf33b
|
@ -75,7 +75,7 @@ bindsym $mod+Control+Shift+Up move up 50 px
|
||||||
bindsym $mod+Control+Shift+Right move right 50 px
|
bindsym $mod+Control+Shift+Right move right 50 px
|
||||||
|
|
||||||
# split in horizontal orientation
|
# split in horizontal orientation
|
||||||
bindsym $mod+h split h
|
bindsym $mod+g split h
|
||||||
|
|
||||||
# split in vertical orientation
|
# split in vertical orientation
|
||||||
bindsym $mod+v split v
|
bindsym $mod+v split v
|
||||||
|
|
Loading…
Reference in a new issue