From cfd96387edf69b2e05b54b1c57d9a8903a0b80bd Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sat, 30 Mar 2019 19:53:52 +0300 Subject: Migrate from gruvbox to nord --- .tmux.conf | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index a798aa3..df2b81d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -32,7 +32,7 @@ setw -g window-status-bg black setw -g window-status-attr dim setw -g window-status-format ' #I#[fg=cyan]:#[fg=white]#W#[fg=white]#F ' -# Don't prompt to kill panes/windows. TODO you will fuck this up +# Don't prompt to kill panes/windows. bind-key x kill-pane bind-key & kill-window @@ -50,8 +50,6 @@ bind-key z resize-pane -Z # Use vim keybindings in copy mode setw -g mode-keys vi -set -g default-terminal "tmux-256color" -set -g default-command "${SHELL}" set -g set-titles on set -g mouse on @@ -82,3 +80,13 @@ set -g visual-activity on # Example of using a shell command in the status line #set -g status-right "#[fg=yellow]#(uptime | cut -d ',' -f 2-)" + +set -g default-terminal "xterm-256color" +set-option -ga terminal-overrides ",xterm-256color:Tc" + +# List of plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run -b '~/.tmux/plugins/tpm/tpm' -- cgit v1.2.3-70-g09d2