Re-Add RGB controls

This commit is contained in:
David Holland 2020-09-03 21:15:33 +02:00
parent 11795b3379
commit f891621d14
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 2 additions and 0 deletions

View File

@ -20,3 +20,5 @@ bind-key -T copy-mode-vi Escape send -X cancel
bind-key -n C-p run "xclip -o | tmux load-buffer -"
bind-key -n C-y run "tmux show-buffer | xclip -i -sel p -f | xclip -i -sel c"
bind-key -n C-e run "tmux setenv TMUX_PANE_CONTENT \"$(tmux capture-pane -p | sed 's/\\\"/\\\\\"/g')\" && tmux new-window -n:edit_pane \"echo $TMUX_PANE_CONTENT | nvim \\\"+normal G\\\" \\\"+set filetype=zsh\\\" -\" && tmux setenv -u TMUX_PANE_CONTENT"