migrate-config: t → floating toggle (Thanks eeemsi)

next
Michael Stapelberg 2011-07-12 21:29:30 +02:00
parent cc24a96e96
commit f1190bef44
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ sub convert_command {
qr/^T/ => 'layout tabbed',
qr/^f($|[^go])/ => 'fullscreen',
qr/^fg/ => 'fullscreen global',
qr/^t/ => 'focus mode_toggle',
qr/^t/ => 'floating toggle',
qr/^h/ => 'focus left',
qr/^j($|[^u])/ => 'focus down',
qr/^k/ => 'focus up',