mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add qb editor
This commit is contained in:
parent
33473bba66
commit
581a890565
2 changed files with 8 additions and 0 deletions
|
|
@ -35,6 +35,10 @@
|
|||
settings = {
|
||||
keys.normal = {
|
||||
"esc" = [ "collapse_selection" "keep_primary_selection" ];
|
||||
"Z" = {
|
||||
"Q" = ":quit!";
|
||||
"Z" = ":write-quit!";
|
||||
};
|
||||
"V" = [ "select_mode" "extend_to_line_bounds" ];
|
||||
};
|
||||
editor = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue