Fix typo in python.vim

Add extra tmux options from nvim healthcheck
This commit is contained in:
Edward Litherland-Smith 2022-07-08 13:33:23 +01:00
parent cb392d027a
commit 436484809c
2 changed files with 9 additions and 2 deletions

View file

@ -5,7 +5,7 @@ setlocal textwidth=88
let b:ale_linters = ['mypy', 'flake8']
let b:ale_fixers = ['black']
# Fix multi-line past for slime
" Fix multi-line past for slime
let b:slime_bracketed_paste = 1
let g:python_style = 'rest'

View file

@ -3,8 +3,15 @@ unbind r
bind r source-file ~/.tmux.conf\; display "Reloaded conf."
# Set color enabled
# set -g default-terminal "xterm-256color"
set -g default-terminal "screen-256color"
set -ga terminal-overrides ",*256col*,alacritty:Tc"
# set-option -sa terminal-overrides ',*256col*,alacritty:RGB' # TMUX > 3.2 only
# Set escape time to something sensible
set-option -sg escape-time 10
# Enable focus events
set-option -g focus-events on
# Stop automatic window renaming
# set -g set-titles off