We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877003f commit 98759b8Copy full SHA for 98759b8
lib/bind/vim_enter_insert.ahk
@@ -7,9 +7,7 @@ i::Vim.State.SetMode("Insert")
7
Return
8
9
a::
10
- if(Vim.CheckChr("`n")){
11
- Send, {Left}
12
- }else{
+ if(! Vim.CheckChr("`n")){
13
Send, {Right}
14
}
15
Vim.State.SetMode("Insert")
lib/vim_ahk.ahk
@@ -20,7 +20,7 @@
20
21
class VimAhk{
22
__About(){
23
- this.About.Version := "v0.11.1"
+ this.About.Version := "v0.11.2"
24
this.About.Date := "11/Feb/2022"
25
this.About.Author := "rcmdnk"
26
this.About.Description := "Vim emulation with AutoHotkey, everywhere in Windows."
0 commit comments