Update
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
gui:
|
||||
skipStashWarning: true
|
||||
nerdForntsVersion: "3"
|
||||
showFileTree: false
|
||||
git:
|
||||
parseEmoji: true
|
||||
os:
|
||||
|
||||
Submodule .config/nvim updated: 5016dd4ee8...f8f6d8e776
@@ -102,7 +102,8 @@ alias \
|
||||
c="composer" \
|
||||
tk="go-task" \
|
||||
mux="tmuxinator" \
|
||||
mex="tmuxinator stop-all"
|
||||
mex="tmuxinator stop-all" \
|
||||
lg="lazygit"
|
||||
|
||||
# Translating
|
||||
alias \
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -14,5 +14,6 @@ windows:
|
||||
- yarn --cwd=client dev
|
||||
- yarn --cwd=client dev:android
|
||||
- cd server && vendor/bin/sail logs -f
|
||||
- git: lazygit
|
||||
- misc:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user