在任意文本框使用vim按键

分享时间:1天2小时前 最后更新: 1天2小时前 1

简介

能让你在任意文本框使用vim快捷键。部分按键借鉴了Emacs或者终端的操作,如Alt+a是Home

# 说明:

基本围绕着Alt+,以下说明省略Alt

h/j/k/l: 左下上右(按住Shift则进入选择模式)

a: 行首

e: 行尾

b: 后退一个单词(按住Shift则进入选择模式)

f: 前进一个单词(按住Shift则进入选择模式)

w: 前进一个单词(按住Shift则进入选择模式)

i: 退格

o: 下面插入一行

O: 上面插入一行

p: 在下一行粘贴

P: 在上一行粘贴

y: 复制整行

s: 删除整行

d: ctrl+delete,删除右边单词

g: ctrl+backspace,删除左边单词

u: 撤销

演示动画

暂无~

操作定义

LeftAlt
组合键 标题 操作类型
LeftShift + B SendKeys
A Keystroke
B Keystroke
D Keystroke
E Keystroke
F Keystroke
G Keystroke
H Keystroke
I Keystroke
J Keystroke
K Keystroke
L Keystroke
O SendKeys
P SendKeys
S SendKeys
U Keystroke
W Keystroke
Y SendKeys
LeftShift + F SendKeys
LeftShift + H SendKeys
LeftShift + J SendKeys
LeftShift + K SendKeys
LeftShift + L SendKeys
LeftShift + O SendKeys
LeftShift + P SendKeys
LeftShift + W SendKeys

讨论

随便聊聊 · 4
尔茄无双 1天2小时前 尔茄无双 1天2小时前