Hi @christoomey, thanks for putting this together, it’s pretty awesome.
I’ve always used C-l to clear the terminal and C-k to delete the rest of the line I’m on. With the tmux key bindings that you have setup to navigate panes, those keystrokes are being caught by tmux and never making it to the terminal. I was thinking that I could create a config where hitting C-l C-l would do the same thing, but that gets complicated with the vim integration that was just added. Any suggestions?
Thanks.