Mapping j
to move by display line makes dj
stop working
#8291
Unanswered
concretevitamin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've followed https://github.com/VSCodeVim/Vim#-faq to use
in order to move cursor by display line. However, this makes motions like
dj
stop working.I tried to change
vim.mode == 'Normal'
above tovim.mode != 'OperatorPendingMode'
but it doesn't have any effect, likely because after pressingd
the editor still stays in the normal mode for some reason.Beta Was this translation helpful? Give feedback.
All reactions