From 0b929d24917735ebfd072d6607df50a82ea037e9 Mon Sep 17 00:00:00 2001 From: viktorbarzin Date: Sun, 26 Aug 2018 18:00:02 +0100 Subject: [PATCH] Add new stuff --- .tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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