kitty: Fix key bindings for setting layouts

This commit is contained in:
Sanchayan Maity 2020-12-12 11:47:15 +05:30
parent 515639a7ca
commit 6e63f234af
1 changed files with 4 additions and 4 deletions

View File

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