diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-31 23:30:54 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-31 23:30:54 +0300 |
| commit | ddc8995550073bac5d0f1b9108d706038ce9dcc6 (patch) | |
| tree | a9c032f412f7fda10791f1e2ec440d64501da5ae | |
| parent | c1bfbc3d5f0944d96742839ab7250aff5ce6dc51 (diff) | |
Update
| -rw-r--r-- | dotfiles/helix/config.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/helix/config.toml b/dotfiles/helix/config.toml index b5acabf..10bf264 100644 --- a/dotfiles/helix/config.toml +++ b/dotfiles/helix/config.toml @@ -1,4 +1,4 @@ -theme = "default" +theme = "adwaita-dark" [editor] bufferline = "always" @@ -81,5 +81,5 @@ Q = [ ":cd ~/QuickEdit", "file_picker_in_current_directory" ] [keys.select] "{" = "goto_prev_paragraph" "}" = "goto_next_paragraph" -# n = ["extend_search_next", "merge_selections"] -# N = ["extend_search_prev", "merge_selections"] +n = ["extend_search_next", "merge_selections"] +N = ["extend_search_prev", "merge_selections"] |
