Add nvim copilot

This commit is contained in:
Martin
2024-04-05 23:05:13 +02:00
parent d0fcefb19d
commit e9a52a6f2a
5 changed files with 28 additions and 5 deletions

View File

@ -7,8 +7,10 @@
mouse = true;
keyMode = "vi";
escapeTime = 0;
terminal = "screen-256color";
tmuxp.enable = true;
# newSession = true;
extraConfig = ''
set -g default-terminal "screen-256color"
set -g display-time 1500
unbind S