Merge branch 'master' of github.com:steveokard/stevset
This commit is contained in:
commit
f76e5e0d82
14 changed files with 91 additions and 12 deletions
|
@ -1,18 +1,18 @@
|
|||
Host *
|
||||
IdentitiesOnly=yes
|
||||
IdentitiesOnly yes
|
||||
AddKeysToAgent yes
|
||||
Host pete
|
||||
HostName phoward.mooo.com
|
||||
User stev
|
||||
IdentityFile ~/.ssh/pete_key
|
||||
IdentityFile ~/.ssh/pete_key
|
||||
Host ymca
|
||||
HostName cymca.mooo.com
|
||||
User stev
|
||||
IdentityFile ~/.ssh/ymca_key
|
||||
IdentityFile ~/.ssh/ymca_key
|
||||
Host github.com
|
||||
Hostname github.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/github_rsa
|
||||
Hostname github.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/github_rsa
|
||||
Host router
|
||||
Hostname 192.168.1.1
|
||||
User root
|
||||
|
|
|
@ -10,7 +10,8 @@ set -g @plugin 'jaclu/tmux-menus'
|
|||
|
||||
# -- general
|
||||
set -g xterm-keys on
|
||||
set -g default-terminal "screen-256color"
|
||||
# set -g default-terminal "screen-256color"
|
||||
# provided by tmux-sensible
|
||||
# remap prefix to Control + a
|
||||
set -g prefix C-a
|
||||
unbind C-b
|
||||
|
@ -36,8 +37,6 @@ setw -g automatic-rename on
|
|||
set -g renumber-windows on
|
||||
set -g set-titles on
|
||||
set -g display-panes-time 800
|
||||
set -g display-time 1000
|
||||
set -g status-interval 10
|
||||
|
||||
# set mouse on with prefix m
|
||||
bind m \
|
||||
|
@ -58,8 +57,8 @@ run-shell "$HOME/.tmux/plugins/tmux-power/tmux-power.tmux"
|
|||
#Pain Control
|
||||
run-shell "$HOME/.tmux/plugins/tmux-pain-control/pain_control.tmux"
|
||||
|
||||
##File for Local Overrides, if needed
|
||||
if-shell "[ -f ~/.tmux_local.conf ]" 'source ~/.tmux_local.conf'
|
||||
|
||||
#init tmux plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
##File for Local Overrides, if needed
|
||||
if-shell "[ -f ~/.tmux_local.conf ]" 'source ~/.tmux_local.conf'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue