diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..fe02d58 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,13 @@ +set -g mouse on +set -g status-right '#{pane_id} | %H:%M ' +set-option -g alternate-screen off + +set-window-option -g mode-keys vi +bind-key / copy-mode\; send-key ? +bind-key -T copy-mode-vi y \ + send-key -X start-of-line\; \ + send-key -X begin-selection\; \ + send-key -X end-of-line\; \ + send-key -X cursor-left\; \ + send-key -X copy-selection-and-cancel\; \ + paste-buffer