diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-07 23:51:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-07 23:51:34 +0200 |
| commit | 88d2c9ac867e92d482dbeea5e5fc759b1f195cdf (patch) | |
| tree | 010adb2d211d54a60737f975b293265dc634d563 /helix | |
| parent | f408ae894e4e10bbf4358c7c07bb9618ef1353e4 (diff) | |
fix path
Diffstat (limited to 'helix')
| -rw-r--r-- | helix/config.toml | 2 |
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" ] |
