Bohdan's terminal configuration

updated tmux config

Changed files
+4 -4
tmux
+4 -4
tmux/.tmux.conf
··· 1 1 # custom options 2 2 set -g default-terminal "tmux-256color" 3 3 4 - ## prefix 5 - unbind C-b 6 - set -g prefix C-Space 4 + ## enable clipboard 5 + set -g set-clipboard on 6 + setw -g mode-keys vi 7 7 8 8 ## splitting 9 9 unbind % 10 10 unbind '"' 11 11 12 12 bind v split-window -h -c "#{pane_current_path}" 13 - bind h split-window -h -c "#{pane_current_path}" 13 + bind h split-window -v -c "#{pane_current_path}" 14 14 15 15 ## reloading 16 16 unbind r