mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
feat(vscode): Move vscodevim keybindings to the vimrc
This commit is contained in:
parent
903570504f
commit
f7e85c37b5
3 changed files with 134 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue