allow switching buffers in visual mode

This commit is contained in:
alice pellerin
2026-05-16 16:25:47 -05:00
parent 42a83b1245
commit 6517de6b61
+3
View File
@@ -205,6 +205,9 @@ impl Default for Config {
(keypress("u"), Undo.into()),
(keypress("U"), Redo.into()),
(keypress("C-j"), PreviousBuffer.into()),
(keypress("C-l"), NextBuffer.into()),
(keypress("C"), CopySelectionOnNextLine.into()),
(keypress("("), RotateSelectionsBackward.into()),