summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-27 09:59:55 +0300
committerPaul Buetow <paul@buetow.org>2025-07-27 09:59:55 +0300
commit163fc43526670b49378c8aa6f6be0e8578aae13f (patch)
treefe596da98a129bb971b50e7a68d27b59fd8dbdc5
parent8c55564a7e82b63314707075d942ba46ed0046c1 (diff)
persistent volume example
-rw-r--r--dotfiles/helix/config.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/dotfiles/helix/config.toml b/dotfiles/helix/config.toml
index a551b87..2ef4fbf 100644
--- a/dotfiles/helix/config.toml
+++ b/dotfiles/helix/config.toml
@@ -1,4 +1,4 @@
-theme = "acme"
+theme = "tokyonight_moon"
[editor]
bufferline = "always"
@@ -78,3 +78,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"]