changed vim keybindings a bit.
This commit is contained in:
parent
52a71bdf40
commit
0d5aea76ab
|
@ -73,10 +73,10 @@ smart_borders on
|
||||||
bindsym $mod+ctrl+l move container to output right
|
bindsym $mod+ctrl+l move container to output right
|
||||||
|
|
||||||
## split in horizontal orientation
|
## split in horizontal orientation
|
||||||
bindsym $mod+: split h
|
bindsym $mod+shift+semicolon split h
|
||||||
|
|
||||||
# split in vertical orientation
|
# split in vertical orientation
|
||||||
bindsym $mod+shift+| split v
|
bindsym $mod+shift+backslash split v
|
||||||
|
|
||||||
#enter fullscreen mode for the focused container
|
#enter fullscreen mode for the focused container
|
||||||
bindsym $mod+f fullscreen toggle
|
bindsym $mod+f fullscreen toggle
|
||||||
|
|
Loading…
Reference in a new issue