kitty: Fix key bindings for setting layouts
This commit is contained in:
parent
515639a7ca
commit
6e63f234af
1 changed files with 4 additions and 4 deletions
|
@ -897,11 +897,11 @@ map kitty_mod+l next_layout
|
|||
#: You can also create shortcuts to switch to specific layouts::
|
||||
|
||||
map ctrl+alt+t goto_layout tall
|
||||
map ctrl+alt+m goto_layout stack
|
||||
map ctrl+alt+t goto_layout fat
|
||||
map ctrl+alt+s goto_layout stack
|
||||
map ctrl+alt+f goto_layout fat
|
||||
map ctrl+alt+g goto_layout grid
|
||||
map ctrl+alt+t goto_layout horizantal
|
||||
map ctrl+alt+s goto_layout vertical
|
||||
map ctrl+alt+h goto_layout horizantal
|
||||
map ctrl+alt+v goto_layout vertical
|
||||
|
||||
#: Similarly, to switch back to the previous layout::
|
||||
|
||||
|
|
Loading…
Reference in a new issue