Add new stuff

This commit is contained in:
viktorbarzin 2018-08-26 18:00:02 +01:00
parent c6494c36ef
commit 49dbca642b

View file

@ -57,11 +57,12 @@ set -g visual-activity off
# -- navigation ---------------------------------------------------------------- # -- navigation ----------------------------------------------------------------
# create session # create session
bind C-c new-session #bind C-c new-session
# find session # find session
bind C-f command-prompt -p find-session 'switch-client -t %%' bind C-f command-prompt -p find-session 'switch-client -t %%'
set-window-option -g status-left " #S "
# split current window horizontally # split current window horizontally
bind - split-window -v bind - split-window -v
# split current window vertically # split current window vertically