MAINT: minor cleanup
This commit is contained in:
parent
d4f5aeb4a6
commit
c62a0eb97d
2 changed files with 7 additions and 9 deletions
|
@ -4,6 +4,8 @@
|
||||||
$ sudo zypper install \
|
$ sudo zypper install \
|
||||||
the_silver_searcher \
|
the_silver_searcher \
|
||||||
cmus \
|
cmus \
|
||||||
|
docker \
|
||||||
|
gcc \
|
||||||
git \
|
git \
|
||||||
htop \
|
htop \
|
||||||
mr \
|
mr \
|
||||||
|
|
14
tmux.conf
14
tmux.conf
|
@ -23,11 +23,7 @@ bind c new-window -c "#{pane_current_path}"
|
||||||
bind % split-window -h -c "#{pane_current_path}"
|
bind % split-window -h -c "#{pane_current_path}"
|
||||||
bind '"' split-window -c "#{pane_current_path}"
|
bind '"' split-window -c "#{pane_current_path}"
|
||||||
|
|
||||||
# hjkl pane traversal
|
set-window-option -g mode-keys vi
|
||||||
bind h select-pane -L
|
|
||||||
bind j select-pane -D
|
|
||||||
bind k select-pane -U
|
|
||||||
bind l select-pane -R
|
|
||||||
|
|
||||||
set-option -g status-bg colour18
|
set-option -g status-bg colour18
|
||||||
set-option -g status-fg colour136
|
set-option -g status-fg colour136
|
||||||
|
@ -35,7 +31,7 @@ set -g status-justify centre
|
||||||
set -g status-left-length 50
|
set -g status-left-length 50
|
||||||
set -g status-right-length 140
|
set -g status-right-length 140
|
||||||
set -g status-left '#[fg=green]#H#[default] session:#S'
|
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-option -g renumber-windows on
|
||||||
set -sg escape-time 0
|
set -sg escape-time 0
|
||||||
|
@ -44,6 +40,6 @@ set-option -g destroy-unattached 'off'
|
||||||
# Enable mouse control (clickable windows, panes, resizable panes)
|
# Enable mouse control (clickable windows, panes, resizable panes)
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
# TODO: look into this
|
bind-key -T copy-mode-vi 'v' send -X begin-selection
|
||||||
bind-key -Tcopy-mode-vi 'v' send -X begin-selection
|
bind-key -T copy-mode-vi 'y' send -X copy-selection
|
||||||
bind-key -Tcopy-mode-vi 'y' send -X copy-pipe-and-cancel pbcopy
|
bind-key -T copy-mode-vi 'r' send -X rectangle-toggle
|
||||||
|
|
Loading…
Add table
Reference in a new issue