diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-12 23:05:57 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-12 23:05:57 +0300 |
| commit | 29934677a432eb458e20bf7d56a77e4b9b7307b8 (patch) | |
| tree | 5fd0f2b935eac56614efcb9daa76ba0235b70a42 | |
| parent | f30f5c74da5243cf9f3abd2848d2fdaae385b45d (diff) | |
Update
| -rw-r--r-- | dotfiles/helix/config.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dotfiles/helix/config.toml b/dotfiles/helix/config.toml index 536c7c4..82d62bf 100644 --- a/dotfiles/helix/config.toml +++ b/dotfiles/helix/config.toml @@ -1,4 +1,4 @@ -theme = "github_dark_high_contrast" +theme = "catppuccin_frappe" [editor] bufferline = "always" @@ -52,7 +52,9 @@ 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/rexfiles/dotfiles/helix/", l = ":open ~/.config/helix/languages.toml", h = ":open ~/git/worktime/HelixCheat.md", L = ":log-open", d = ":theme default" } -C-r = [ ":write", ":run-shell-command sh -c 'source ~/.hx.remote.source; scp $LOCAL_PATH $REMOTE_URI && echo Uploaded to $REMOTE_URI || echo Failed uploading to $REMOTE_URI'"] +C-r = [ ":config-reload", ":reload-all" ] + +C-u = [ ":write", ":run-shell-command sh -c 'source ~/.hx.remote.source; scp $LOCAL_PATH $REMOTE_URI && echo Uploaded to $REMOTE_URI || echo Failed uploading to $REMOTE_URI'"] # Various helpers C-s = { e = ":set-option soft-wrap.enable true", d = ":set-option soft-wrap.enable false", s = "save_selection" } |
