Skip to content

Commit

Permalink
[Ctrl-Alt-Shift-c] shortcut following #57
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Oct 11, 2020
1 parent 7c48759 commit ab40608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bind/vim_shortcut.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Return
; Check Mode
#If WinActive("ahk_group " . Vim.GroupName)
^!+c::
Vim.State.CheckMode(Vim.Verbose.Length(), Vim.State.Mode)
Vim.State.CheckMode(4, Vim.State.Mode)
Return

0 comments on commit ab40608

Please sign in to comment.