Wednesday, February 21, 2018

Re: vimdiff - how to jump to next difference in long line - shortcut ]c does not work

@ZyX, I did:
1. Start-up Vim in clean:
gvim -u NONE -N

2. Open the first file:
:e file1.txt

3. Diff mode second file:
:vert diffsp file2.txt

4. Do the mapping you suggested:
nnoremap a ]c

5. Press the a key and nothing happens.

So still a problem.

By the way if mappings would be the problem then ]c shortcut should be working out of the box because I have run gVim in: "gvim -u NONE -N" clean environment.

Any other idea?

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: