Closed s3cy closed 7 years ago
You are correct. I removed some keymap from when I wrote that wiki. I'll update wiki with proper instruction. thanks for asking this.
What I removed keymap is this.
Put this in your keymap.cson
.
'atom-text-editor.vim-mode-plus.has-occurrence:not(.insert-mode)':
'I': 'vim-mode-plus:insert-at-start-of-target'
'A': 'vim-mode-plus:insert-at-end-of-target'
Why I removed this keymap is I thought this is too surprising. But now, I like this keymap again. So I'll make it yet another conditional keymap(enabled based on configuration). And update wiki after that.
Wiki now mentioning conditional keymap which will be available in vmp1.4.0 and later. User still can set above keymap by themselves.
For I f and A f in step 3 to work, you need to enable "keymap I and A to insert-at-start-of-target and insert-at-end-of-target" config(from v1.4.0).
atom + vmp
is amazing! thank you! :heart:Small question here. Under wiki:Rename function parameters in bulk in refactoring , it says
But neither
I
norA
is mapped by default. What is the correct behavior?Check list
atom --version
)1.3.3
macOS Sierra 10.12.6
yes
yes