You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once I load this vimrc and open a .tex file, I issue the following commands:
:verbose map <C-j>
I expect this to specify that is mapped to trigger expansion and trigger forward jump.
Likewise, I expect :verbose map <C-k> to indicate that is mapped to trigger backward jump.
Actual behavior:
While :verbose map <C-j> provides expected output that indicates that it has read in the vimrc, :verbose map <C-k> returns that no mapping has been found.
Steps to reproduce
The entire vimrc and sequence of steps has been provided above.
In addition, here is an animated gif that shows the steps I followed and it should be easy to reproduce: https://imgur.com/qkHau09
Operating System: WSL Ubuntu 20.04 on Windows
Vim Version: VIM - Vi IMproved 8.1 (2018 May 18, compiled Apr 15 2020 06:40:31)
Included patches: 1-2269
These mappings are autoloaded, that is, the mappings are only created after UltiSnips has been loaded. Try expanding a snippet first before inspecting :verbose imap <c-j>.
Expected behavior:
I have the following vimrc:
This is similar to what is specified in the official documentation here: https://github.com/SirVer/ultisnips/blob/master/doc/UltiSnips.txt
Once I load this vimrc and open a .tex file, I issue the following commands:
:verbose map <C-j>
I expect this to specify that is mapped to trigger expansion and trigger forward jump.
Likewise, I expect
:verbose map <C-k>
to indicate that is mapped to trigger backward jump.Actual behavior:
While
:verbose map <C-j>
provides expected output that indicates that it has read in the vimrc,:verbose map <C-k>
returns that no mapping has been found.Steps to reproduce
Included patches: 1-2269
The text was updated successfully, but these errors were encountered: