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

Doesn't comment current line when lazy loading it and set remembering last cursor location #154

Open
yan42685 opened this issue Nov 22, 2020 · 0 comments

Comments

@yan42685
Copy link

wrong-comment-location

minimal init.vim

call plug#begin('~/.vim/plugged')
Plug 'tyru/caw.vim', {'on': ['<Plug>(caw:hatpos:toggle)']}
imap <c-_> <esc><Plug>(caw:hatpos:toggle)
nmap <c-_> <Plug>(caw:hatpos:toggle)
vmap <c-_> <Plug>(caw:hatpos:toggle)
call plug#end()
autocmd BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exec "normal! g'\" \| zz" | endif
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