nvim + tmux tweaks

This commit is contained in:
Henrik Bakken
2026-04-18 02:52:26 +02:00
parent f0e19a1f71
commit 927f556aef
2 changed files with 12 additions and 10 deletions
+3
View File
@@ -18,6 +18,9 @@ set -g default-terminal "tmux-256color"
# Tell tmux which features the outer Foot client supports.
set -as terminal-features ',foot*:RGB,clipboard,focus,title'
# Allow image passthrough
set -gq allow-passthrough on
# Start with index 1
set -g base-index 1
setw -g pane-base-index 1