1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

Disabled some MacOSX-ism

This commit is contained in:
Michiel Scholten
2014-05-15 18:57:29 +02:00
parent 0238e0cbc6
commit 126a6b1e57

View File

@@ -53,7 +53,7 @@ set -g mouse-resize-pane on
set -g mouse-select-window on
# Make copy-paste work
set -g default-command "reattach-to-user-namespace -l bash"
#set -g default-command "reattach-to-user-namespace -l bash"
# Setup 'v' to begin selection as in Vim
bind-key -t vi-copy v begin-selection