Remove reattach-to-user-namespace

This commit is contained in:
2020-05-05 12:40:50 +03:00
parent a9a8e34552
commit b989128158
+2 -2
View File
@@ -7,7 +7,7 @@ set -g prefix C-a
unbind C-b
# Start in newer bash
set-option -g default-command "reattach-to-user-namespace -l /usr/local/bin/bash --login"
set-option -g default-command "/usr/local/bin/bash --login"
# Disable delay
set -sg escape-time 1
@@ -137,4 +137,4 @@ bind -r L resize-pane -R 5
# Copy & Paste
bind Escape copy-mode
bind p paste-buffer
bind C-c run-shell "bash -c 'tmux show-buffer | reattach-to-user-namespace pbcopy'" \; display 'Copied to clipboard'
bind C-c run-shell "bash -c 'tmux show-buffer | pbcopy'" \; display 'Copied to clipboard'