Can not remap Ctrl+k. (bug?) #13107
Answered
by
postsolar
oxcrow
asked this question in
Troubleshooting
-
I'm trying to remap Ctrl+j and Ctrl+k to scroll down and up. Ctrl+j works well. Ctrl+k does not. I set this in C-j = "half_page_down"
C-k = "half_page_up" # << Error: Does nothing. |
Beta Was this translation helpful? Give feedback.
Answered by
postsolar
Mar 13, 2025
Replies: 2 comments 2 replies
-
Alt+j and Alt+k works well by the way. A-j = "half_page_down"
A-k = "half_page_up" # << Works well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Make sure your terminal actually sends C-k with |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
oxcrow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure your terminal actually sends C-k with
showkey -a
. Maybe it's mapped to something.