Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gabrielhesposito/5c2d739cc8199dfd68ec843c595f04f3 to your computer and use it in GitHub Desktop.
Save gabrielhesposito/5c2d739cc8199dfd68ec843c595f04f3 to your computer and use it in GitHub Desktop.
rc
#vim
set ls=2
#tmux
# 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'
# for vim
set -g @resurrect-strategy-vim 'session'
#resurrect-key-bindings
#hopefully does not conflict with guac -->removed to hard to remember
#set -g @resurrect-save 'F10'
#set -g @resurrect-restore 'F9'
set -g @continuum-restore 'on'
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin '[email protected]/user/plugin'
# set -g @plugin '[email protected]/user/plugin'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
set -g @resurrect-save-shell-history 'on'
###git
cat ~/.gitconfig
[user]
name = [email protected]
email = [email protected]
[push]
default = current
### ssh
host github.com
HostName github.com
IdentityFile /home/espo/.ssh/git_hub
User git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment