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:
skipStashWarning: true
nerdForntsVersion: "3"
showFileTree: false
git:
parseEmoji: true
os:

View File

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

View File

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