Using PhpStorm IdeaVim, I can't use shift+arrow keys to select words

后端 未结 8 933
有刺的猬
有刺的猬 2021-01-30 13:11

I am using PhpStorm 7.1.2 with IdeaVim plugin.

When in Insert mode, I want to select words using Shift + ArrowKey. However, this IdeaVim plugin seems to be

8条回答
  •  不要未来只要你来
    2021-01-30 13:47

    I would create a ~/.ideavimrc with the following lines

    nmap  v
    nmap  v
    nmap  v
    nmap  v
    vmap  
    vmap  
    vmap  
    vmap  
    imap  v
    imap  v
    imap  v
    imap  v
    

    It makes my code select text in the same way.

提交回复
热议问题