-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C-l rebinding not working in bash to clear screen #297
Comments
Hmm, interesting. Any changes to your terminal or she’ll recently? Also, can you test the following:
|
@christoomey No changes I can think of that would affect this (but I've never had it working before, I only recently tried adding this). I'm assuming you mean |
Yep, definitely straight quotes. I was typing on my phone, thus the more typographic quotes 😄 It looks as the Ctrl-l is being printed rather than interpreted, which is interesting. Can you test hitting Ctrl-l outside of tmux? This feels like a lower-level / shell thing rather than a tmux thing or something specific to the plugin, but hard to tell. |
Ah yeah you're right, outside of tmux it still just prints I'm also having a separate problem where |
If you can open a separate issue with any other info you can provide, that would be great. |
For anyone else who comes across this -- I realized this was broken because I have vi mode turned on in bash, with
|
Hi, first of all thanks for the great work on this plugin! I've been using it for a long time and it makes my vim+tmux workflow seamless!
I just added
bind C-l send-keys 'C-l'
to my .tmux.conf to try to restore the ability to clear the screen, per the instructions in the readme. However, it doesn't seem to be working -- typing<prefix> C-l
just inserts^L
into the terminal. I've tried it in a clean bash environment without my .bash_profile and .bashrc and it still doesn't work, but it does work in zsh, so maybe it's a bash-specific issue? Thanks for any help you can provide!The text was updated successfully, but these errors were encountered: