summaryrefslogtreecommitdiff
path: root/helix
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-08 08:56:09 +0200
committerPaul Buetow <paul@buetow.org>2026-03-08 08:56:09 +0200
commit56953c01c31c7025e552c164f174b2a005a14bd6 (patch)
treef9aba114126d177f494c103481f0046fc1c28031 /helix
parent72b6ca7c2bf84b7f4f7a065384fc566457ddd4cf (diff)
add lazygit integration
Diffstat (limited to 'helix')
-rw-r--r--helix/config.toml7
1 files changed, 2 insertions, 5 deletions
diff --git a/helix/config.toml b/helix/config.toml
index c1b047d..d9cfc9a 100644
--- a/helix/config.toml
+++ b/helix/config.toml
@@ -1,4 +1,4 @@
-theme = "adwaita-dark"
+theme = "catppuccin_frappe"
[editor]
bufferline = "always"
@@ -40,9 +40,6 @@ space = "none"
tab = "none"
newline = "none"
-[keys.insert]
-j = { k = "normal_mode"}
-
[keys.normal]
D = ["ensure_selections_forward", "extend_to_line_end"]
#S conflicts with split_selection, for now comment out
@@ -75,7 +72,7 @@ C-p = { c = ":pipe ai correct this sentence and only print out the corrected tex
C-a = ":pipe hexai-tmux-action"
# Git commands
-C-g = { d = ":run-shell-command git diff", p = ":run-shell-command git pull", u = ":run-shell-command git push", t = ":run-shell-command tmux new-window -n hx-git-tig tig", c = ":run-shell-command tmux split-window -v 'git commit -a'" }
+C-g = { d = ":run-shell-command git diff", p = ":run-shell-command git pull", u = ":run-shell-command git push", t = ":run-shell-command tmux new-window -n hx-git-tig tig", c = ":run-shell-command tmux split-window -v 'git commit -a'", l = [ ":write-all", ":insert-output lazygit >/dev/tty", ":redraw", ":reload-all" ] }
# Build commands
C-l = { m = ":run-shell-command make", d = ":run-shell-command go-task dev", r = ":run-shell-command tmux new-window -n hx-go-task-run 'go-task run'" }