dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 464fbbb5bd617119869afaf5756bf45c359c47f3
parent a4f41a0c4d5b6c5554b015d0a2adeeeb6bf6503b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 19 Jan 2020 19:26:56 +0100

Clean up config

Diffstat:
M.tmux.conf | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -20,7 +20,6 @@ bind , rename-window "" \; command-prompt "rename-window '%%'" #### APPEARANCE set -g default-terminal "screen-256color" # use 256 colors -# set -ga terminal-overrides ',xterm-256color:Tc' # fix escape sequences set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' # fix escape sequences setw -g aggressive-resize on # resize window to smallest client @@ -143,4 +142,3 @@ bind -Tmpd r display "#(mpc clear && mpc ls | mpc add && mpc random on && mpc pl # Change to the previous pane, repeat the last command, change back bind ! last-pane \; send-keys "fc -s" C-m \; last-pane -