Skip to content

Commit

Permalink
removed tmux resurrect
Browse files Browse the repository at this point in the history
  • Loading branch information
harismuzaffer committed Sep 6, 2020
1 parent 6ce97fb commit 97b25b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
12 changes: 4 additions & 8 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# tmux resurrect plugin for restoring tmux
set -g @plugin 'tmux-plugins/tmux-resurrect'

# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
Expand All @@ -12,12 +15,5 @@ setw -g mode-keys vi

set -g mouse on

#restore vim session: requries tmux-resurrect
set -g @resurrect-strategy-vim 'session'

# plugins...
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-resurrect'

# tmux plugins manager
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
1 change: 0 additions & 1 deletion tmux/.tmux/plugins/tmux-resurrect
Submodule tmux-resurrect deleted from 123d83

0 comments on commit 97b25b3

Please sign in to comment.