.bashrc chopped into separate file.

This commit is contained in:
2021-06-16 04:12:17 -07:00
parent 3cb73cb62c
commit 4609a035af
6 changed files with 186 additions and 113 deletions

View File

@@ -16,7 +16,7 @@ set -g status-position top
set -g history-limit 100000
# 256color mode.
set -g default-terminal "screen-256color"
set -g default-terminal "tmux-256color"
setw -g xterm-keys on
# VI mode
@@ -30,15 +30,26 @@ setw -g mode-keys vi
#bind-key -t vi-copy Enter copy-pipe "reattach-to-user-namespace pbcopy"
#bind p paste-buffer
bind -n C-1 select-pane -t 1
bind -n C-2 select-pane -t 2
bind -n C-3 select-pane -t 3
bind -n C-4 select-pane -t 4
bind -n C-5 select-pane -t 5
bind -n C-6 select-pane -t 6
bind -n C-7 select-pane -t 7
bind -n C-8 select-pane -t 8
bind -n C-9 select-pane -t 9
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
#bind -r C-h resize-pane -L
#bind -r C-j resize-pane -D
#bind -r C-k resize-pane -U
#bind -r C-l resize-pane -R
bind -r M-h resize-pane -L
bind -r M-j resize-pane -D
bind -r M-k resize-pane -U
bind -r M-l resize-pane -R
#No mouse
#set -g mode-mouse off