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 4a43722 commit 8852aa3Copy full SHA for 8852aa3
lib/vim_ahk.ahk
@@ -61,6 +61,7 @@ class VimAhk{
61
GroupAdd("VimLBSelectGroup", "ahk_exe powerpnt.exe") ; PowerPoint
62
GroupAdd("VimLBSelectGroup", "ahk_exe winword.exe") ; Word
63
GroupAdd("VimLBSelectGroup", "ahk_exe wordpad.exe") ; WordPad
64
+ GroupAdd("VimLBSelectGroup", "ahk_exe notepad.exe") ; NotePad
65
66
; Following applications do not copy the line break
67
GroupAdd("VimNoLBCopyGroup", "ahk_exe evernote.exe") ; Evernote
0 commit comments