Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Can I use imap in vimStyle.vimrc #53

Open
jiaruipeng1994 opened this issue Jan 16, 2017 · 3 comments
Open

Can I use imap in vimStyle.vimrc #53

jiaruipeng1994 opened this issue Jan 16, 2017 · 3 comments

Comments

@jiaruipeng1994
Copy link

No description provided.

@74th
Copy link
Owner

74th commented Jan 16, 2017

No. Only nmap and noremap.
This plugin's current policy is it doesn't support anything in insert mode. If you want map Ctrl key, you can use VSCode keyboard shortcut setting.
If you want to use map ESC insert mode, you can use imapESC option.
What support do you need for using imap?

@jiaruipeng1994
Copy link
Author

jiaruipeng1994 commented Jan 17, 2017

I write those in my .vimrc:

inoremap jj <down>
inoremap kk <up>
inoremap jk <right>
inoremap kj <left>
inoremap jl <end>
inoremap jh <home>

So I want to use it in vscode

@74th
Copy link
Owner

74th commented Jan 28, 2017

OK. I'll try its support.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants