Skip to content

Commit cd39941

Browse files
authored
Merge pull request #49 from the-fridge/patch-1
2 parents a130600 + 9cf55bb commit cd39941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vim_move.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
if WinActive("ahk_group VimOneNoteGroup"){
9090
Send ^{Up}
9191
} else {
92-
Send,Up}
92+
Send,{Up}
9393
}
9494
; Page Up/Down
9595
}else if(key == "^u"){

0 commit comments

Comments
 (0)