Updated resize keybindings to be more friendly
This commit is contained in:
parent
da2c1c9797
commit
a733a7a5b0
@ -88,9 +88,9 @@ cmd-shift-c = 'reload-config'
|
||||
cmd-r = 'mode resize'
|
||||
|
||||
[mode.resize.binding]
|
||||
h = 'resize width -50'
|
||||
j = 'resize height +50'
|
||||
k = 'resize height -50'
|
||||
l = 'resize width +50'
|
||||
h = 'resize width +50'
|
||||
j = 'resize height -50'
|
||||
k = 'resize height +50'
|
||||
l = 'resize width -50'
|
||||
enter = 'mode main'
|
||||
esc = 'mode main'
|
||||
|
Loading…
x
Reference in New Issue
Block a user