New backup 2026-03-06 16:25:02
This commit is contained in:
parent
e8de90eac9
commit
185be809a2
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ insert-final-newline = true
|
||||||
trim-trailing-whitespace = true
|
trim-trailing-whitespace = true
|
||||||
popup-border = "all"
|
popup-border = "all"
|
||||||
clipboard-provider = "wayland"
|
clipboard-provider = "wayland"
|
||||||
|
bufferline = "multiple"
|
||||||
|
|
||||||
[editor.statusline]
|
[editor.statusline]
|
||||||
mode.normal = ""
|
mode.normal = ""
|
||||||
|
|
@ -60,6 +61,8 @@ esc = ["collapse_selection", "normal_mode"]
|
||||||
esc = ["collapse_selection", "keep_primary_selection"]
|
esc = ["collapse_selection", "keep_primary_selection"]
|
||||||
ret = ["move_line_down", "goto_first_nonwhitespace"]
|
ret = ["move_line_down", "goto_first_nonwhitespace"]
|
||||||
0 = "goto_line_start"
|
0 = "goto_line_start"
|
||||||
|
C-left = ":buffer-previous"
|
||||||
|
C-right = ":buffer-next"
|
||||||
|
|
||||||
[keys.select]
|
[keys.select]
|
||||||
esc = ["collapse_selection", "keep_primary_selection", "normal_mode"]
|
esc = ["collapse_selection", "keep_primary_selection", "normal_mode"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue