Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[typo] some typos and two questions. #412

Open
Freed-Wu opened this issue Aug 12, 2021 · 0 comments
Open

[typo] some typos and two questions. #412

Freed-Wu opened this issue Aug 12, 2021 · 0 comments

Comments

@Freed-Wu
Copy link

in https://github.com/vim-pandoc/vim-pandoc/blob/master/doc/pandoc.txt#L56

  |g:pandoc#modules#disabled|, but vim-vim-pandoc is able to run in a degraded

'vim-' has been repeated.

in https://github.com/vim-pandoc/vim-pandoc/blob/master/doc/pandoc.txt#L200

this line has 80 characters. however, the modeline is 'set tw=78'.

in https://github.com/vim-pandoc/vim-pandoc/blob/master/doc/pandoc.txt#L414

- *<localleader>`*     toggles verbatim [vn]

<Plug>(pandoc-keyboard-toggle-verbatim) was mapped to <localleader>'

in https://github.com/vim-pandoc/vim-pandoc/blob/master/doc/pandoc.txt#L483-L494, there are 'bcltgyG'.
however, in https://github.com/vim-pandoc/vim-pandoc/blob/master/doc/pandoc.txt#L961, there are 'bcltgy'.

BTW, I have two questions:
in https://github.com/vim-pandoc/vim-pandoc/blob/master/doc/pandoc.txt#L735

buffer is closed after this, but this can be circumvented by pressing <C-CR>.

in terminal, <C-CR> has the same ansi escape code of <CR> so it cannot be mapped. Why not map it to another key like <M-CR>?

in https://github.com/vim-pandoc/vim-pandoc/blob/master/doc/pandoc.txt#L420

- *<localleader>hn*    move to next header [n]
- *<localleader>hb*    move to previous header [n]
- *<localleader>hh*    go to current header [n]
- *<localleader>hp*    go to current header's parent [n]

looks like n is next, b is previous, p is parent.

However, in https://github.com/vim-pandoc/vim-pandoc/blob/master/doc/pandoc.txt#L442

- *<localleader>ln*    move to next list item [n]
- *<localleader>lp*    move to previous list item [n]
- *<localleader>ll*    move to the current list item [n]
- *<localleader>llp*   move to parent of the current list item [n]

why not use the similar hotkey?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant