From 88d2c9ac867e92d482dbeea5e5fc759b1f195cdf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 7 Feb 2026 23:51:34 +0200 Subject: fix path --- helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix') 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" ] -- cgit v1.2.3