Compare commits

..

2 commits

Author SHA1 Message Date
e2c6a058b3
Update yazi 2025-02-10 19:28:13 +01:00
e33ff9af64
Update helix config 2025-02-10 19:04:55 +01:00
3 changed files with 9 additions and 3718 deletions

View file

@ -13,7 +13,9 @@ auto-pairs = false
[editor.whitespace.render] [editor.whitespace.render]
space = "all" space = "all"
tab = "all" tab = "all"
newline = "none" nbsp = "none"
nnbsp = "none"
newline = "all"
[editor.cursor-shape] [editor.cursor-shape]
insert = "bar" insert = "bar"
@ -40,6 +42,10 @@ C-l = "jump_view_right"
"}" = "goto_next_paragraph" "}" = "goto_next_paragraph"
"{" = "goto_prev_paragraph" "{" = "goto_prev_paragraph"
[keys.insert]
"A-x" = "normal_mode" # Maps Alt-X to enter normal mode
j = { k = "normal_mode" } # Maps `jk` to exit insert mode
[editor.soft-wrap] [editor.soft-wrap]
enable = true enable = true
max-wrap = 25 # increase value to reduce forced mid-word wrapping max-wrap = 25 # increase value to reduce forced mid-word wrapping

File diff suppressed because it is too large Load diff

View file

@ -29,8 +29,8 @@ keymap = [
{ on = "<PageUp>", run = "arrow -100%", desc = "Move cursor up one page" }, { on = "<PageUp>", run = "arrow -100%", desc = "Move cursor up one page" },
{ on = "<PageDown>", run = "arrow 100%", desc = "Move cursor down one page" }, { on = "<PageDown>", run = "arrow 100%", desc = "Move cursor down one page" },
{ on = [ "g", "g" ], run = "arrow -99999999", desc = "Move cursor to the top" }, { on = [ "g", "g" ], run = "arrow top", desc = "Move cursor to the top" },
{ on = "G", run = "arrow 99999999", desc = "Move cursor to the bottom" }, { on = "G", run = "arrow bot", desc = "Move cursor to the bottom" },
# Navigation # Navigation
{ on = "h", run = "leave", desc = "Go back to the parent directory" }, { on = "h", run = "leave", desc = "Go back to the parent directory" },