Hey everyone. I'm setting up Julia with Vim, and one of the problems I'm facing is that C-l
in Vim is shocking with the same command in the repl. Thus, I was wondering how one can alter the clear command in the repl from C-l
to C-A-l
(crtl + alt + l).
My vim is sending C-l
to the terminal, but for some reason it does not work with the repl. It works with ipython though.
Last updated: Nov 06 2024 at 04:40 UTC