From df4a38e3c16d14a168ce58312c13cb5e2eca9756 Mon Sep 17 00:00:00 2001 From: Johannes Merz Date: Fri, 22 Mar 2024 12:51:24 +0100 Subject: [PATCH] changes --- fish/.config/fish/config.fish | 1 + tmux/.tmux.conf | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index a1b2fba..58f696f 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -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 diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index ccb3032..1588ef5 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -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