update nixvim and fix deprecations
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
set -g history-limit 50000
|
||||
set -g default-terminal "screen-256color"
|
||||
set -g mouse on
|
||||
set -sg escape-time 50
|
||||
|
||||
set -g default-terminal "xterm-256color"
|
||||
set -as terminal-overrides ",xterm-*:Tc"
|
||||
|
||||
unbind C-b
|
||||
set-option -g prefix C-a
|
||||
bind-key C-a send-prefix
|
||||
|
Reference in New Issue
Block a user