From de8a9e6464c7672acee2032be776034669f4ab63 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 7 Nov 2025 14:28:09 +0000 Subject: [PATCH] Update --- .config/lazygit/config.yml | 1 + .config/nvim | 2 +- .config/shell/aliasrc | 3 ++- .config/tmux/tmux.conf | 3 +++ .config/tmuxinator/runcats.yml | 1 + 5 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 195fe02..23d86d3 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -1,6 +1,7 @@ gui: skipStashWarning: true nerdForntsVersion: "3" + showFileTree: false git: parseEmoji: true os: diff --git a/.config/nvim b/.config/nvim index 5016dd4..f8f6d8e 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 5016dd4ee8acd512d80b8f953c49e35df1286e27 +Subproject commit f8f6d8e776f2e602668367b28afbc0589f0a16f8 diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 4a14f7a..8660420 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -102,7 +102,8 @@ alias \ c="composer" \ tk="go-task" \ mux="tmuxinator" \ - mex="tmuxinator stop-all" + mex="tmuxinator stop-all" \ + lg="lazygit" # Translating alias \ diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 5a66f43..92aad93 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -27,6 +27,9 @@ bind-key -n C-S-Right swap-window -t +1 # Remove the delay for the escape key so vim is usable set -g escape-time 0 +# Proxy focus events +set -g focus-events on + # Set the default terminal mode to 256color mode. set -g default-terminal "screen-256color" diff --git a/.config/tmuxinator/runcats.yml b/.config/tmuxinator/runcats.yml index fbd775a..4f8826d 100644 --- a/.config/tmuxinator/runcats.yml +++ b/.config/tmuxinator/runcats.yml @@ -14,5 +14,6 @@ windows: - yarn --cwd=client dev - yarn --cwd=client dev:android - cd server && vendor/bin/sail logs -f + - git: lazygit - misc: