1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

OK, italics in tmux

This commit is contained in:
2018-02-02 16:21:07 +01:00
parent 49e653e574
commit 5ffc1b3c3b
3 changed files with 14 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
set -g bell-action any
# Default termtype. If the rcfile sets $TERM, that overrides this value.
set -g default-terminal screen-256color
set -g default-terminal tmux-256color-italic
# Keep your finger on ctrl, or don't
bind-key ^D detach-client