Compare commits

...

3 Commits

Author SHA1 Message Date
rmanseau
237fb3ad88
fix copying from emacs to local clipboard
apparently with tmux 3.3 if you run emacs inside tmux locally on the
machine you need to enable passthrough. kinda weird?

see https://github.com/spudlyo/clipetty/issues/25#issuecomment-1327472790
2023-06-29 13:03:19 -07:00
rmanseau
79e89883f3
bind "." to set panes path as default for session 2023-06-29 13:02:28 -07:00
rmanseau
657c54c39c
add visual and yank to vi copy mode 2023-06-29 13:01:55 -07:00

View File

@ -12,11 +12,16 @@ bind s choose-tree -sZ -O name
setw -g mode-keys vi
bind / copy-mode \; send-key /
bind ? copy-mode \; send-key ?
bind -Tcopy-mode-vi 'v' send -X begin-selection
bind -Tcopy-mode-vi 'y' send -X copy-pipe-and-cancel pbcopy
bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced'
bind . attach-session -t . -c '#{pane_current_path}'
set -g mouse on
set -g allow-rename off
set -g allow-passthrough on
set -g history-limit 50000
# Allow Spacemacs to correctly show colours