Stream: helpdesk (published)

Topic: Changing clear shortcut in REPL


view this post on Zulip Davi Sales Barreira (Sep 14 2022 at 17:16):

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