This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nosmoothscroll | |
set noautofocus | |
let hintcharacters = "fdkslaghrueiwoqpj" | |
map f createTabbedHint | |
map F createHint | |
map s createHint | |
map h previousTab | |
map l nextTab | |
map d closeTab | |
map u lastClosedTab |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; OpenVim.ahk | |
; | |
; Author: Arthur Jaron | |
; EMail: [email protected] | |
; Overview: | |
; Explorer_GetSelection(): Helper function (found in the AHK-forums) | |
; OpenVim(): Core function | |
; Hotkeys: | |
; Win+Enter: Open current file in gVim session "GVIM" |