vim-tmux-runner icon indicating copy to clipboard operation
vim-tmux-runner copied to clipboard

Use `'clear' 'C-m'` rather than `'C-l'` as the clear sequence

Open christoomey opened this issue 7 years ago • 1 comments

My prompt gets out of sorts when I send with C-l as the clear sequence, but is fine with 'clear' 'C-m'.

christoomey avatar Mar 09 '17 14:03 christoomey

I think I'm running into the same thing as well. I get 3 bells with the default configuration. Do you think it has anything to do with a configuration of bind-key -T copy-mode-vi C-l select-pane -R in tmux.conf, which is recommended by your vim-tmux-navigation plugin? I wonder if what you recommend above should be the default...

dleve123 avatar Dec 21 '18 17:12 dleve123