Skip to content

Instantly share code, notes, and snippets.

@fitsum
Last active May 23, 2022 02:50
Show Gist options
  • Save fitsum/9ffbc6ea1910f7775a888a5461a65899 to your computer and use it in GitHub Desktop.
Save fitsum/9ffbc6ea1910f7775a888a5461a65899 to your computer and use it in GitHub Desktop.
tmux settings
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g default-terminal "xterm"
set -g @continuum-restore 'on'
set -g @resurrect-capture-pane-contents 'on'
# for vim
set -g @resurrect-strategy-vim 'session'
#set -g @resurrect-save-bash-history 'on'
# tmux settings
set-option -ga terminal-overrides ',*:enacs@:smacs@:rmacs@:acsc@'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
run-shell ~/clone/path/continuum.tmux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment