Skip to content

Instantly share code, notes, and snippets.

View ixzh's full-sized avatar
💭
I may be slow to respond.

HALS ixzh

💭
I may be slow to respond.
View GitHub Profile
const {
aceVimMap,
mapkey,
imap,
imapkey,
getClickableElements,
vmapkey,
map,
unmap,
unmapAllExcept,
@ixzh
ixzh / mycvimrc
Last active April 30, 2020 08:52
cvimrc
set hud
set regexp
set ignorecase
set smartcase
set nolinkanimations
set nonumerichints
set typelinkhints
let hintcharacters = "asdfgqwertzxcvb"
set dimhintcharacters
set nodefaultnewtabpage
@ixzh
ixzh / .cvimrc
Last active November 2, 2017 15:08
My .cvimrc
set nosmoothscroll
set noautofocus
let scrollstep = 80
set typelinkhints
let hintcharacters = "sadfjklewcmpgh"
map gb lastUsedTab
map k gT
map j gt
map h g0
map l g$