Support tpope/vim-unimpaired
See original GitHub issueIs your feature request related to a problem? Please describe.
I really miss using my [
and ]
to navigate through lists in vim. Obviously not all those lists translate directly, but I find that many of them do.
Describe the solution you’d like Emulate the behavior of tpope/vim-unimpaired.
Describe alternatives you’ve considered
I will begin implementing some of the functionality with keybindings.json
.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:19
- Comments:6
Top Results From Across the Web
unimpaired.vim: Pairs of handy bracket mappings - GitHub
command works with all operator mappings, and will work with the linewise mappings as well if you install repeat.vim. Installation. Install using your...
Read more >unimpaired.vim - Pairs of handy bracket mappings : vim online
http://github.com/tpope/vim-unimpaired. install details. Unzip in ~/.vim (~\vimfiles on Windows). Use :helptags ~/.vim/doc to enable :help.
Read more >What are all the mappings present in unimpaired.vim? - Reddit
The github page mentions only a few, and I assume there are more available but not described? Here are what I have read....
Read more >https://raw.githubusercontent.com/rdlugosz/dotfile...
https://github.com/tpope/vim-unimpaired Plugin 'tpope/vim-unimpaired' ... provide support for textual snippets, similar to TextMate " or other Vim plugins.
Read more >vim-unimpaired - roscidus.com
vim -unimpaired - unimpaired.vim: Pairs of handy bracket mappings ... This is a Zero Install feed. This software cannot be run as an...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
A few more for you here: (the last few are not standard in vim-unimpaired)
From my
settings.json
file.A first try to define the unimpaired mappings
[<space>
,]<space>
,[e
,]e
:Dot-repeat does not work for
[e
and]e
.