diff options
| author | Anton Bobov <abobov@gmail.com> | 2020-10-30 23:26:30 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2020-10-30 23:31:38 +0500 |
| commit | 574c00d98c952d1b3d0db1b50ed1bddc9a1fcecf (patch) | |
| tree | 1776f38bc44b123078f413764dede94000e55e8a /files/.tmux.conf | |
| parent | 6037ce7f54943dc2e6a1f47e5f77056799aeb5f1 (diff) | |
Updates.
- add tmux plugins
- TkRemind window default position
Diffstat (limited to 'files/.tmux.conf')
| -rw-r--r-- | files/.tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/.tmux.conf b/files/.tmux.conf index 07268a8..9e64f9a 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -68,6 +68,10 @@ set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'seebi/tmux-colors-solarized' set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'tmux-plugins/tmux-pain-control' +set -g @plugin 'tmux-plugins/tmux-yank' +set -g @plugin 'tmux-plugins/tmux-copycat' +set -g @plugin 'tmux-plugins/tmux-open' +set -g @plugin 'tmux-plugins/tmux-resurrect' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm' |
