Skip to content

Instantly share code, notes, and snippets.

View freeo's full-sized avatar
🔨
if I had a hammer: for hours I'd hammer: until the sun is setting down

Asa Jay freeo

🔨
if I had a hammer: for hours I'd hammer: until the sun is setting down
View GitHub Profile
@freeo
freeo / .cvimrc
Last active September 7, 2021 19:32
cVimrc
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
@freeo
freeo / OpenVim.ahk
Created September 22, 2014 11:11
OpenVim.ahk - Windows Explorer hotkey integration of gVim
; OpenVim.ahk
;
; Author: Arthur Jaron
; EMail: hifreeo@gmail.com
; Overview:
; Explorer_GetSelection(): Helper function (found in the AHK-forums)
; OpenVim(): Core function
; Hotkeys:
; Win+Enter: Open current file in gVim session "GVIM"