Updates to nvim configuration

This commit is contained in:
2023-03-12 19:07:27 -04:00
parent 31f7251095
commit 80a28fded6
8 changed files with 31 additions and 8 deletions

View File

@@ -13,6 +13,12 @@ set-option -sa terminal-overrides ",xterm*:Tc"
# Change the default $TERM to tmux-256color
set -g default-terminal "xterm-256color"
# Change windows to start with an index of 1 instead of 0
set -g base-index 1
# Change panes to start with an index of 1 instead of 0
setw -g pane-base-index 1
# No bells at all
set -g bell-action none