All the colours
This commit is contained in:
parent
11a69cdff5
commit
283f07c02b
1 changed files with 7 additions and 0 deletions
|
@ -27,6 +27,13 @@ bind-key -T copy-mode y send-keys -X copy-pipe "pbcopy"
|
||||||
# When I delete a window, relabel them automatically.
|
# When I delete a window, relabel them automatically.
|
||||||
set-option -g renumber-windows on
|
set-option -g renumber-windows on
|
||||||
|
|
||||||
|
# Neovim told me to do this
|
||||||
|
set-option -sg escape-time 10
|
||||||
|
|
||||||
|
# Enable true color support in Tmux
|
||||||
|
set -g default-terminal "screen-256color"
|
||||||
|
set -ga terminal-overrides ",xterm-256color*:Tc"
|
||||||
|
|
||||||
# Pane switching. These interface with Vim to ensure that pane switching is
|
# Pane switching. These interface with Vim to ensure that pane switching is
|
||||||
# both consistent and sensible.
|
# both consistent and sensible.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue