Is there any GPU with vim like keybinding?

years ago, I see a report that there is an image processor, just using vim, for example keybinding I am a vim user and I like this style so I want to use it if there is, tell me the name or give me a link if not, I want to do it myself, but can anyone show me a simple demo using vim keybinding

+3
source share
4 answers

On Windows, you can use AutoHotkey to reassign application key events to your own Vim-style bindings. For example, when I have Excel open, I can navigate through the cells using the standard direction keys, reassigning them to behave like arrow keys; then when I need to edit the cell, I click i, as with Vim ( ireassigned to F2).

You can remake complex keyboard shortcuts into simpler ones for a Vim-like feel. For example, if your image handler optionally deletes something with Ctrl+d, and Undo Ctrl+zdoes, you can reassign it so that delete is simple xor dor both, and cancel the command to u.

+1

, . keybinding, , vim, vimperator Firefox. vim- Firefox.

0

? X feh xzgv, Linux fbi.

0
source

vimperator great

when in any text box or url string enter Ct and yours in TEXTAREA mode! which is similar to command mode in vi inside a text box or text box. astonishing!

just to get used to using Ct instead of escape (or C - [)

It is expected that several times will be able to make a mistake.

0
source

Source: https://habr.com/ru/post/1732116/


All Articles