瀏覽代碼

Enable tmux pasteboard config

master
10sr 5 年之前
父節點
當前提交
62919a4b6e
簽署人: 10sr GPG 金鑰 ID: C384BB17CBB19347
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. +4
    -4
      tmux.conf

+ 4
- 4
tmux.conf 查看文件

@@ -27,6 +27,10 @@ setw -g mode-keys vi
#setw -g mode-mouse off
#set -g default-command /bin/bash

# Use pasteboard on MacOS
run-shell 'test "`uname`" = Darwin && tmux bind-key -T copy-mode-vi "Enter" send-keys -X copy-pipe-and-cancel "pbcopy"'
run-shell 'test "`uname`" = Darwin && tmux bind-key "]" run "pbpaste | tmux load-buffer - && tmux paste-buffer"'

#set -g default-path "$HOME"

# try to set title of terminal tmux is running on
@@ -48,7 +52,3 @@ set -g message-fg black
setw -g window-status-current-bg white
setw -g window-status-current-fg black
#setw -g window-status-attr bold


#run-shell 'tmux bind-key -T copy-mode-vi "Enter" send-keys -X copy-pipe-and-cancel "pbcopy"'
#run-shell 'tmux bind-key bind-key "]" run "pbpaste | tmux load-buffer - && tmux paste-buffer"'

Loading…
取消
儲存