aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-06-23 22:35:32 +0800
committergxlin <[email protected]>2021-06-24 09:59:52 +0800
commit2167ca7190d34e0287a44f9b829dbd5cc7a2d35f (patch)
tree97c4b7224655412eab4bf251b32145e873734305 /.tmux.conf
parentf456d790b007c3841549ec35a996483135cceec3 (diff)
downloaddotfiles-2167ca7190d34e0287a44f9b829dbd5cc7a2d35f.tar.gz
dotfiles-2167ca7190d34e0287a44f9b829dbd5cc7a2d35f.tar.bz2
dotfiles-2167ca7190d34e0287a44f9b829dbd5cc7a2d35f.zip
Add git-crypt and some config about maildir
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 454d63c..5cf68e6 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -37,6 +37,6 @@ bind J resize-pane -D 5
# copy and paste like vim
-# bind -T copy-mode-vi 'v' send -X begin-selection
-# bind -T copy-mode-vi 'y' send -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"
+ bind -T copy-mode-vi 'v' send -X begin-selection
+ bind -T copy-mode-vi 'y' send -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"