Skip to content

Commit 8852aa3

Browse files
committed
feat: enable line-based selection for Notepad (#108)
1 parent 4a43722 commit 8852aa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/vim_ahk.ahk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class VimAhk{
6161
GroupAdd("VimLBSelectGroup", "ahk_exe powerpnt.exe") ; PowerPoint
6262
GroupAdd("VimLBSelectGroup", "ahk_exe winword.exe") ; Word
6363
GroupAdd("VimLBSelectGroup", "ahk_exe wordpad.exe") ; WordPad
64+
GroupAdd("VimLBSelectGroup", "ahk_exe notepad.exe") ; NotePad
6465

6566
; Following applications do not copy the line break
6667
GroupAdd("VimNoLBCopyGroup", "ahk_exe evernote.exe") ; Evernote

0 commit comments

Comments
 (0)