diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-10 21:13:58 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-10 21:13:58 +0100 |
commit | 1ad10fb4dfafcd7dd189a25ca69f6961985484d2 (patch) | |
tree | fff163b74a87dbab074b883a6d9db5c5da1251d3 /.config/tmux | |
parent | 553530387aaf6a442a33eba3f7b43b8911fc4bb8 (diff) |
Updates to color scheme, fzf sourcing, vim pydocstring
Diffstat (limited to '.config/tmux')
-rw-r--r-- | .config/tmux/.tmux.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/tmux/.tmux.conf b/.config/tmux/.tmux.conf index b9ee7b5..1eb463e 100644 --- a/.config/tmux/.tmux.conf +++ b/.config/tmux/.tmux.conf @@ -1,5 +1,6 @@ # show session, window, pane in left status bar set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin "arcticicestudio/nord-tmux" # Allows vim to display colors correctly. @@ -89,8 +90,8 @@ setw -g mouse on #setw -g alternate-screen on # split panes using | and - -bind v split-window -h -bind h split-window -v +bind | split-window -h +bind - split-window -v unbind '"' unbind % |