Remove commented out tmux configuration

This commit is contained in:
Daniel Siepmann 2023-03-01 17:02:45 +01:00
parent e57ed934c3
commit ef020ec2f0
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -12,8 +12,6 @@ set -g visual-activity on
set -g renumber-windows on
# v starts a selection and y finishes it in the same way that Space and Enter do, more like Vim:
# bind-key -t vi-copy 'v' begin-selection
# bind-key -t vi-copy 'y' copy-selection
bind-key -N "Copy to system clipboard with enter" -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xsel -i --clipboard"
# Use hjkl to switch between panes: http://stackoverflow.com/questions/16373859/why-tmux-panel-switch-is-vim-likehow-to-change#answer-18942253
@ -35,13 +33,8 @@ set -g status-interval 30
# Change status line
set -g status-left ""
set -g status-left-length 0
# set -g status-left-length 37
# set -g status-left "#[fg=blue]#{session_name}"
set -g status-right-length 0
# set -g status-right-length 60
# set -g status-right "#(node --version | cut -d'.' -f1,2 | sed s/v//)📦 #(php --version | head -1 | cut -d' ' -f2 | cut -d'.' -f1,2)🐘 #[fg=green]%l:%M%p %d %b %Y"
# set -g status-right "#[fg=green]%l:%M%p %d %b %Y"
set -g status-right ""
# Move status bar to top