1
0

Added the ability to deselect lines/select lines upwards with x

This commit is contained in:
2025-04-24 00:06:30 +02:00
parent 1a2e28c2e3
commit 4d0ea8c95f

View File

@@ -38,3 +38,9 @@ cursor-line = 'hint'
[keys.normal] [keys.normal]
'F7' = 'goto_previous_buffer' 'F7' = 'goto_previous_buffer'
'F8' = 'goto_next_buffer' 'F8' = 'goto_next_buffer'
X = 'select_line_above'
x = 'select_line_below'
[keys.select]
X = 'select_line_above'
x = 'select_line_below'