Re-Organize Dotfiles into Separate Stow Packages
This commit is contained in:
46
tmux/.tmux.conf
Normal file
46
tmux/.tmux.conf
Normal file
@@ -0,0 +1,46 @@
|
||||
unbind C-b
|
||||
set-option -g prefix C-a
|
||||
bind-key C-a send-prefix
|
||||
|
||||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
unbind '"'
|
||||
unbind %
|
||||
|
||||
bind r source-file ~/.tmux.conf
|
||||
|
||||
bind -n M-Left select-pane -L
|
||||
bind -n M-h select-pane -L
|
||||
|
||||
bind -n M-Right select-pane -R
|
||||
bind -n M-l select-pane -R
|
||||
|
||||
bind -n M-Up select-pane -U
|
||||
bind -n M-k select-pane -U
|
||||
|
||||
bind -n M-Down select-pane -D
|
||||
bind -n M-j select-pane -D
|
||||
|
||||
set -g mouse on
|
||||
|
||||
set-option -g allow-rename off
|
||||
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'dracula/tmux'
|
||||
|
||||
set -g @plugin 'dracula/tmux'
|
||||
|
||||
set -g @dracula-plugins "git cpu-usage ram-usage battery time"
|
||||
|
||||
set -g @dracula-show-powerline true
|
||||
|
||||
set -g @dracula-show-flags true
|
||||
|
||||
set -g @dracula-refresh-rate 5
|
||||
|
||||
set -g @dracula-show-left-icon session
|
||||
|
||||
set -g @dracula-show-empty-plugins false
|
||||
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
1
tmux/.tmux/plugins/tmux
Submodule
1
tmux/.tmux/plugins/tmux
Submodule
Submodule tmux/.tmux/plugins/tmux added at c2b1d67cbd
1
tmux/.tmux/plugins/tmux-sensible
Submodule
1
tmux/.tmux/plugins/tmux-sensible
Submodule
Submodule tmux/.tmux/plugins/tmux-sensible added at 25cb91f42d
1
tmux/.tmux/plugins/tpm
Submodule
1
tmux/.tmux/plugins/tpm
Submodule
Submodule tmux/.tmux/plugins/tpm added at 99469c4a9b
Reference in New Issue
Block a user