MAINT: minor cleanup

This commit is contained in:
Matthew Ryan Dillon 2019-02-24 11:57:49 -07:00
parent d4f5aeb4a6
commit c62a0eb97d
2 changed files with 7 additions and 9 deletions

View file

@ -4,6 +4,8 @@
$ sudo zypper install \
the_silver_searcher \
cmus \
docker \
gcc \
git \
htop \
mr \

View file

@ -23,11 +23,7 @@ bind c new-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind '"' split-window -c "#{pane_current_path}"
# hjkl pane traversal
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
set-window-option -g mode-keys vi
set-option -g status-bg colour18
set-option -g status-fg colour136
@ -35,7 +31,7 @@ set -g status-justify centre
set -g status-left-length 50
set -g status-right-length 140
set -g status-left '#[fg=green]#H#[default] session:#S'
set -g status-right 'tw: #(task status:pending project: count) #[fg=white,bg=default]%a %l:%M:%S %p#[default] #[fg=blue]%m-%d-%Y'
set -g status-right '#[fg=white,bg=default]%a %l:%M:%S %p#[default] #[fg=blue]%Y-%m-%d'
set-option -g renumber-windows on
set -sg escape-time 0
@ -44,6 +40,6 @@ set-option -g destroy-unattached 'off'
# Enable mouse control (clickable windows, panes, resizable panes)
set -g mouse on
# TODO: look into this
bind-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -Tcopy-mode-vi 'y' send -X copy-pipe-and-cancel pbcopy
bind-key -T copy-mode-vi 'y' send -X copy-selection
bind-key -T copy-mode-vi 'r' send -X rectangle-toggle