mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Ensure autoreload works with nvim+tmux
This commit is contained in:
@@ -3,6 +3,8 @@ set -g default-shell /usr/bin/zsh
|
||||
set-window-option -g window-active-style bg=terminal
|
||||
# grayed background for inactive panes
|
||||
set-window-option -g window-style bg="#32302f"
|
||||
# ensure "autoread" works in nvim (auto reload files when changed)
|
||||
set-option -g focus-events on
|
||||
# https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -ag terminal-overrides ",$TERM:RGB"
|
||||
|
||||
Reference in New Issue
Block a user