This commit is contained in:
Johannes Merz 2024-03-22 12:51:24 +01:00
parent e40631c36d
commit df4a38e3c1
2 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@ alias ls='eza'
alias ll='eza -bgla'
alias la='eza -bgla'
alias docker-compose-update 'docker compose down && docker compose pull && docker compose up -d'
alias vim='nvim'
#alias clear='command clear; task limit:5 next; echo ""; echo ""'
function seconds

View File

@ -3,6 +3,10 @@
set-option -g default-terminal "screen-256color"
set -g pane-border-status
# required for neovim
set-option -sg escape-time 10
set-option -g focus-events on
# reorder window numbers when a window is deleted
# [0 1 2] -- [delete 1] --> [0 1] instead of [0 2]
set-option -g renumber-windows on