use ; to enter command mode
This commit is contained in:
parent
e33162df61
commit
d489c93c47
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ in {
|
|||
};
|
||||
keys = {
|
||||
normal = {
|
||||
";" = "command_mode";
|
||||
C-p = "file_picker";
|
||||
C-b = "buffer_picker";
|
||||
"{" = ["goto_prev_paragraph" "collapse_selection"];
|
||||
|
|
Loading…
Reference in a new issue