summaryrefslogtreecommitdiff
path: root/helix
diff options
context:
space:
mode:
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" ]