diff options
| -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" } |
