XVim
XVim copied to clipboard
XVim not reading .xvimrc remaps
Description
Seems Xcode is not reading some remaps of my .xvimrc. For example: it reads "set blinkingcursor" but NOT "inoremap qj <Esc>" or "nnoremap <C-j> <C-w>j"
Operation
Installed XVim through both Alcatraz AND manual build. Same problem.
Expected behaviour
Want to map qj to <Esc>, <C-j/k/h/l> to move between editors, respectively, etc
Environments
- Xcode Version [ 7.3 ]
- XVim branch and revision [ master ]
- Keyboard Language [ master ]
- Input source language [ master ]
Crash log (if any)
None available.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
I can't reproduce the issue in my environment.
inoremap qj <Esc>
nnoremap <C-h> <C-w>h
nnoremap <C-l> <C-w>l
nnoremap <C-j> <C-w>j
nnoremap <C-k> <C-w>k
Clear your .xvimrc and put these command only and try.
This should be closed.