Created readme and updated config
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
Link tmux default session scripts:
|
||||
ln -s ~/PerryPerrySource/tmux/tmuxstart_scripts/ ~/.tmuxstart
|
||||
@@ -84,7 +84,7 @@ set -g mouse-select-pane on
|
||||
set -g mouse-select-window on
|
||||
|
||||
# ==================================
|
||||
# Ressurection settings
|
||||
# Resurrection settings
|
||||
# ==================================
|
||||
# Enable Vim ressurection
|
||||
set -g @resurrect-strategy-vim 'session'
|
||||
@@ -93,6 +93,11 @@ set -g @continuum-save-interval '5'
|
||||
# Restore saved session on loading tmux
|
||||
set -g @continuum-restore 'on'
|
||||
|
||||
# ==================================
|
||||
# Tmux start settings
|
||||
# ==================================
|
||||
bind D command-prompt -p "Make/attach session:" "new-window 'tmuxstart \'%%\''"
|
||||
|
||||
# ==================================
|
||||
# List of plugins
|
||||
# ==================================
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
ssh estate
|
||||
new_session -n Dev
|
||||
Reference in New Issue
Block a user