Skip to content

Commit

Permalink
remove CTRL+V shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
mserik committed Jan 31, 2023
1 parent 97bc895 commit 351d653
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/bind/vim_visual.ahk
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
; Visual Char/Block/Line
#If Vim.IsVimGroup() and (Vim.State.IsCurrentVimMode("Vim_Normal"))
v::Vim.State.SetMode("Vim_VisualChar")
^v::
Send, ^b
Vim.State.SetMode("Vim_VisualChar")
Return
;^v::
; Send, ^b
; Vim.State.SetMode("Vim_VisualChar")
;Return

+v::
Vim.State.SetMode("Vim_VisualLineFirst")
Expand Down

0 comments on commit 351d653

Please sign in to comment.