nvim-upgrade (#4)

Reviewed-on: #4
Co-authored-by: Tomas Mirchev <contact@tomastm.com>
Co-committed-by: Tomas Mirchev <contact@tomastm.com>
This commit was merged in pull request #4.
This commit is contained in:
2025-10-20 13:57:13 +00:00
committed by Tomas Mirchev
parent 9418d8ccc7
commit f1b3dbb9c3
43 changed files with 1431 additions and 1254 deletions

View File

@@ -4,11 +4,14 @@ set -g prefix C-Space
bind C-Space send-prefix
##### General #####
set -s default-terminal "tmux-256color"
# set -s default-terminal "tmux-256color"
# set -sa terminal-overrides "$term:rgb"
set -s escape-time 10
set -s focus-events on
set -s set-clipboard on
# set -g default-command "${SHELL}"
set -g base-index 1 # window index
set -g renumber-windows on # window index
set -g history-limit 10000
@@ -18,7 +21,6 @@ set -g set-titles on
set -g set-titles-string "#S"
set -gw pane-base-index 1 # pane index
set -gw synchronize-panes on
##### Appearance #####
set -g status-style fg=black,bg=default