Reflow bindings

This commit is contained in:
Daniel Flanagan 2022-10-11 14:01:57 -05:00
parent 2ee3c1d62b
commit 8148aa62a6
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 2 additions and 1 deletions

View File

@ -27,4 +27,5 @@ D = "kill_to_line_end"
"C-j" = "jump_view_down"
"C-h" = "jump_view_left"
"C-l" = "jump_view_right"
"C-;" = "repeat_last_motion"
"C-;" = "repeat_last_motion"
space = { q = ":reflow 80", Q = ":reflow 120" }