Re: vim mode and mapping

2019-11-30 Thread Meng Zhu
thanks. I am more interested to know why separate mappings don't work and how to make it work, if possible. this two key mapping will have complexity issue, since everything i* now incurs a mapping, and the same issue (one key is subject to mapping and the next one isn't) might manifest

vim mode and mapping

2019-11-29 Thread Meng Zhu
hi, I use colemak keyboard layout, and put many mappings in my vimrc to simulate vim finger movements on the original querty layout. it mostly works fine but there are some mappings don't work up to expectation and I am trying to understand why. for example, if I have these mappings noremap u

disable vim default tab mapping in command window

2018-01-07 Thread meng
I am trying to disable the default mapping for the tab key to @a in command window. according to :h command-line-window, adding the following two lines in .vimrc should do the job but it doesn't to my test. au CmdwinEnter [:>] iunmap au CmdwinEnter [:>] nunmap below is the min repo vimrc I

directly read .class file inside .jar file

2017-08-22 Thread meng
hi, I want to use vim directly reading a .class file and displays its text content in a buffer. just to be clear, .jar is java archive file which essentially is a zip file and vim 7.4 can open it out of the box, and by default shows the folder/file structure zipped in it. .class file is