Skip to content

Instantly share code, notes, and snippets.

@K0HAX
Created February 6, 2015 17:27
Show Gist options
  • Save K0HAX/ba9f01e4aba30b0ce46f to your computer and use it in GitHub Desktop.
Save K0HAX/ba9f01e4aba30b0ce46f to your computer and use it in GitHub Desktop.
"1.1
loadplugins '\.(js|penta)$'
group user
command! -nargs=+ go open <args>
map -count -modes=n <C-F1> <count>:set<Space>guioptions!=m<Return>
map -count -modes=n,v <Return> <count>:noh<Return>
map -count -modes=n,v go <count>:open<Space>
map -count -modes=n,v gq <count>:q<Return>
map -count -modes=n,v gt <count>:tabopen<Space>
map -count -modes=n,v j -builtin <count>5j
map -count -modes=n,v J <count>:tp<Return>
map -count -modes=n,v k -builtin <count>5k
map -count -modes=n,v K <count>:tn<Return>
map -count -modes=n <C-F2> <count>:set<Space>guioptions!=B<Return>
set guioptions=bCr
set hintkeys=asdfghjkl
set hlfind
" vim: set ft=pentadactyl:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment