Skip to content

Instantly share code, notes, and snippets.

@jcreamer898
Created July 6, 2022 19:21
Show Gist options
  • Save jcreamer898/abc2a783bf1602b9aaa4cdf9c85fd073 to your computer and use it in GitHub Desktop.
Save jcreamer898/abc2a783bf1602b9aaa4cdf9c85fd073 to your computer and use it in GitHub Desktop.

Revisions

  1. jcreamer898 created this gist Jul 6, 2022.
    10 changes: 10 additions & 0 deletions tmux.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    set-option -g mouse on
    setw -g mode-keys vi
    set -g history-limit 20000

    #bind P paste-buffer
    #bind-key -T copy-mode-vi v send-keys -X begin-selection
    #bind-key -T copy-mode-vi y send-keys -X rectangle-toggle
    #unbind -T copy-mode-vi Enter
    #bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel 'xclip -se c -i'
    #bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel 'xclip -se c -i'