Added newsboat

Update init.vim
This commit is contained in:
Uttarayan Mondal
2021-05-05 12:45:03 +05:30
parent 946c5d5d42
commit 2e750ef16d
6 changed files with 398 additions and 146 deletions

View File

@@ -18,7 +18,9 @@ run -b '~/.config/tmux/plugins/tpm/tpm'
set -g default-terminal 'tmux-256color'
set -ga terminal-overrides ',*256col*:Tc'
set-option -sa terminal-overrides ',alacritty:RGB'
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m'
# set-option -sa terminal-overrides ',alacritty:RGB'
set-option -g focus-events on
set-option -sg escape-time 10
set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.config/tmux/plugins'