XVim icon indicating copy to clipboard operation
XVim copied to clipboard

XVim not reading .xvimrc remaps

Open adudenamedruby opened this issue 9 years ago • 2 comments

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.

adudenamedruby avatar Mar 29 '16 19:03 adudenamedruby

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.

pebble8888 avatar Apr 27 '16 04:04 pebble8888

This should be closed.

adrianbrink avatar Dec 08 '16 07:12 adrianbrink