diff --git a/.tmux.conf b/.tmux.conf index 99203d3..fd1eb34 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -57,11 +57,12 @@ set -g visual-activity off # -- navigation ---------------------------------------------------------------- # create session -bind C-c new-session +#bind C-c new-session # find session bind C-f command-prompt -p find-session 'switch-client -t %%' +set-window-option -g status-left " #S " # split current window horizontally bind - split-window -v # split current window vertically