This commit is contained in:
2025-11-07 14:28:09 +00:00
parent fcf46647d9
commit de8a9e6464
5 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
gui: gui:
skipStashWarning: true skipStashWarning: true
nerdForntsVersion: "3" nerdForntsVersion: "3"
showFileTree: false
git: git:
parseEmoji: true parseEmoji: true
os: os:

View File

@@ -102,7 +102,8 @@ alias \
c="composer" \ c="composer" \
tk="go-task" \ tk="go-task" \
mux="tmuxinator" \ mux="tmuxinator" \
mex="tmuxinator stop-all" mex="tmuxinator stop-all" \
lg="lazygit"
# Translating # Translating
alias \ alias \

View File

@@ -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 # Remove the delay for the escape key so vim is usable
set -g escape-time 0 set -g escape-time 0
# Proxy focus events
set -g focus-events on
# Set the default terminal mode to 256color mode. # Set the default terminal mode to 256color mode.
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"

View File

@@ -14,5 +14,6 @@ windows:
- yarn --cwd=client dev - yarn --cwd=client dev
- yarn --cwd=client dev:android - yarn --cwd=client dev:android
- cd server && vendor/bin/sail logs -f - cd server && vendor/bin/sail logs -f
- git: lazygit
- misc: - misc: