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

Request: Make normal mode <Tab> and <S-Tab> mappings optional #71

Open
harry-prins-otm opened this issue May 18, 2021 · 1 comment
Open

Comments

@harry-prins-otm
Copy link

I don't know why, but my Ctrl-i and Ctrl-o keys are affected by this, which blocks me from quickly navigating to my previous/next position.

I have copied the repo and commented out these lines, and it works again:

  execute "autocmd FileType " . join(g:vim_parinfer_filetypes, ",") . " nnoremap <buffer> <Tab> :call parinfer#do_indent()<cr>"
  execute "autocmd FileType " . join(g:vim_parinfer_filetypes, ",") . " nnoremap <buffer> <S-Tab> :call parinfer#do_undent()<cr>"

I left the visual mode mappings as is, so I can still use (shift-)tab in that mode.

@tankorsmash
Copy link

I ran into this issue today too. <Tab> and <C-I> are synonyms or something, so this affects both. Very strange eh.

image

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

2 participants