feat(vscode): Move vscodevim keybindings to the vimrc

This commit is contained in:
js0ny 2024-12-01 05:28:43 +00:00
parent 903570504f
commit f7e85c37b5
3 changed files with 134 additions and 27 deletions

View file

@ -1,32 +1,33 @@
; TODO: Update to AHK v2
#[::
Run, C:\Users\citoy\AppData\Local\Programs\Microsoft VS Code\Code.exe
return
#]::
Run, C:\Program Files\Neovide\neovide.exe
return
#b::
Run, C:\Program Files\Zotero\zotero.exe
return
#f::
Run, C:\Program Files\GPSoftware\Directory Opus\dopus.exe
return
#q::
Send !{F4}
return
#r::
Run, C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_1.21.3231.0_x64__8wekyb3d8bbwe\wt.exe
return
#Requires AutoHotkey v2.0
; #b::
; Run '"C:\Program Files\Zotero\zotero.exe"'
; return
; #f::
; Run '"C:\Program Files\GPSoftware\Directory Opus\dopus.exe"'
; return
; #q::
; Send '!{F4}'
; return
; #r::
; Run '"C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_1.21.3231.0_x64__8wekyb3d8bbwe\wt.exe"'
; return
#h::
Send {Left}
Send '{Left}'
return
#n::
Send {Down}
Send '{Down}'
return
#e::
Send {Up}
Send '{Up}'
return
#i::
Send {Right}
Send '{Right}'
return