summaryrefslogtreecommitdiff
path: root/helix
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-07 23:51:34 +0200
committerPaul Buetow <paul@buetow.org>2026-02-07 23:51:34 +0200
commit88d2c9ac867e92d482dbeea5e5fc759b1f195cdf (patch)
tree010adb2d211d54a60737f975b293265dc634d563 /helix
parentf408ae894e4e10bbf4358c7c07bb9618ef1353e4 (diff)
fix path
Diffstat (limited to 'helix')
-rw-r--r--helix/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix/config.toml b/helix/config.toml
index cdd64b5..210bf5a 100644
--- a/helix/config.toml
+++ b/helix/config.toml
@@ -54,7 +54,7 @@ C-v = { b = "paste_clipboard_before", a = "paste_clipboard_after", r = ":clipboa
A-c = "toggle_comments" # Was originally C-c, so mapped to ALT now
# Helix related helpers
-C-h = { c = ":config-open", r = ":config-reload", C = ":run-shell-command cp -v ~/.config/helix/*.toml ~/git/conf/dotfiles/helix/", l = ":open ~/.config/helix/languages.toml", h = ":open ~/git/worktime/HelixCheat.md", L = ":log-open", d = ":theme default" }
+C-h = { c = ":config-open", r = ":config-reload", C = ":run-shell-command cp -v ~/.config/helix/*.toml ~/git/dotfiles/helix/", l = ":open ~/.config/helix/languages.toml", h = ":open ~/git/worktime/HelixCheat.md", L = ":log-open", d = ":theme default" }
C-r = [ ":config-reload", ":reload-all" ]