christoomey / vim-tmux-runner

Vim and tmux, sittin' in a tree...
MIT License
291 stars 37 forks source link

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

Open christoomey opened 7 years ago

christoomey commented 7 years ago

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

dleve123 commented 5 years ago

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...