mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-06-23 23:39:24 -04:00
Compare commits
No commits in common. "e2c6a058b3a514309d669dc7e7eda8d0e8fdcc36" and "5cf999714bec3577f0bd15c51ee9c6358d03209e" have entirely different histories.
e2c6a058b3
...
5cf999714b
3 changed files with 3718 additions and 9 deletions
|
@ -13,9 +13,7 @@ auto-pairs = false
|
|||
[editor.whitespace.render]
|
||||
space = "all"
|
||||
tab = "all"
|
||||
nbsp = "none"
|
||||
nnbsp = "none"
|
||||
newline = "all"
|
||||
newline = "none"
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
|
@ -42,10 +40,6 @@ C-l = "jump_view_right"
|
|||
"}" = "goto_next_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]
|
||||
enable = true
|
||||
max-wrap = 25 # increase value to reduce forced mid-word wrapping
|
||||
|
|
3715
dot_config/helix/languages.toml
Normal file
3715
dot_config/helix/languages.toml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -29,8 +29,8 @@ keymap = [
|
|||
{ on = "<PageUp>", run = "arrow -100%", desc = "Move cursor up one page" },
|
||||
{ on = "<PageDown>", run = "arrow 100%", desc = "Move cursor down one page" },
|
||||
|
||||
{ on = [ "g", "g" ], run = "arrow top", desc = "Move cursor to the top" },
|
||||
{ on = "G", run = "arrow bot", desc = "Move cursor to the bottom" },
|
||||
{ on = [ "g", "g" ], run = "arrow -99999999", desc = "Move cursor to the top" },
|
||||
{ on = "G", run = "arrow 99999999", desc = "Move cursor to the bottom" },
|
||||
|
||||
# Navigation
|
||||
{ on = "h", run = "leave", desc = "Go back to the parent directory" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue