vi
How do I search for a special character using the character's code point in vim?
I want to be able to find or replace a character in vi by using 开发者_运维知识库the decimal or hex number for a character. Like character 92 for example.[详细]
2023-03-26 11:24 分类:问答How to yank between vi editors, without quitting one?
I have opene开发者_运维百科d two vi editors: vi file1 file2. Now file1 opens first, and i want to yank some lines from file1 and put it to file 2 without quitting file1, because more lines can be yank[详细]
2023-03-26 07:41 分类:问答How to do column editing in vim?
Vim is pretty powerful when editing by line - the search/replace tools a开发者_运维问答re modeled to work linewise.[详细]
2023-03-26 05:36 分类:问答Navigating in Vim's Command Mode
I am a long time emacs user learning Vim. Emacs lets me navigate in the mini-buffer (where I issue commands 开发者_如何转开发like C-x C-s) using the same navigation keyboard shortcuts as in any other[详细]
2023-03-25 01:08 分类:问答Having trouble opening vi on a remote linux machine in Lion's Terminal
I just upgraded to OS X 10.7 (Lion), and when I ssh into a remote linux machine, vi is acting very goofy. Emacs works OK, and ssh\'ing into localhost works OK, so I\'m guessing there is something odd[详细]
2023-03-24 21:59 分类:问答From vi editor, open a file of arbitrary type with an arbitrary program
The vi editor has a very useful command gf, which allows one to open — in a new vi window — the file whose path is situated beneath the cursor in the vi editor. I am attempting to generalize this fe[详细]
2023-03-24 05:34 分类:问答bash/readline equivalent of escape-dot in vi-mode
Having recently switched to vi-mode in bash, the one thing I 开发者_如何学Cmiss is esc . to get the last argument of the last command.[详细]
2023-03-23 17:10 分类:问答map jj to Esc in inputrc (readline)
How can I map jj to Esc in inputrc so it gets picked up by ap开发者_C百科ps using GNU Readline (python, mongoshell, ...)[详细]
2023-03-23 08:07 分类:问答My Vim 7.3 does not behave the same way as Vim 7.1?
I always wanted to ask thi开发者_如何学运维s question but thought it was somehow my fault. I use Vim at two places: one in Ubuntu and the other in Cygwin.[详细]
2023-03-22 08:55 分类:问答File Manager tab in vim
I\'m very close to figuring this out, but can\'t seem to find the missing piece. I have a pretty good vim set up for development. When doing MVC projects, I need multiple tabs open, and I\'ve gotten[详细]
2023-03-20 23:04 分类:问答