3 Commits
v1.2 ... v1.3

Author SHA1 Message Date
bradley.richins
3f8adf7f68 updated to reflect changes in install script 2020-10-25 14:28:38 -06:00
bradley.richins
fd55478cfe Bug fix 2020-10-25 14:21:27 -06:00
bradley.richins
d10857c1d6 Updated: added escape symbol [\] to some bindings 2020-10-25 12:04:42 -06:00
3 changed files with 80333 additions and 4467 deletions

View File

@@ -294,7 +294,7 @@ bind C-a send-prefix
# move status line to top # move status line to top
#set -g status-position top #set -g status-position top
bind \ split-window -h bind '\' split-window -h
unbind '"' unbind '"'
bind -n M-Left select-pane -L bind -n M-Left select-pane -L
bind -n M-Right select-pane -R bind -n M-Right select-pane -R

View File

@@ -9,7 +9,7 @@ bind C-b send-prefix
#bind-key C-b send-prefix #bind-key C-b send-prefix
#set-option prefix C-b #set-option prefix C-b
bind \ split-window -h bind '\' split-window -h
bind - split-window -v bind - split-window -v
unbind '"' unbind '"'
unbind % unbind %

File diff suppressed because it is too large Load Diff