Take first steos toward nvim lua config

This commit is contained in:
Andrew Tomaka 2022-09-21 22:02:30 -04:00
parent e090f64788
commit 4143a7971a
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
7 changed files with 261 additions and 29 deletions

View file

@ -8,6 +8,7 @@ bind-key b send-prefix
set -g automatic-rename off
set -g renumber-windows on
set -g history-limit 100000
set-option -sg escape-time 10
set-option -g base-index 1
set-window-option -g monitor-activity off