Created
July 16, 2016 16:22
-
-
Save kazemihabib/88e9a7b809c7321bc85c70b1fd728ae0 to your computer and use it in GitHub Desktop.
.pendactylrc
This file contains 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
"hg7290 | |
loadplugins '\.(js|penta)$' | |
group user | |
map -count -modes=n,v <C-v> -builtin <count><C-v><C-v> | |
map -count -modes=n h -builtin <count>gT | |
map -count -modes=n l -builtin <count>gt | |
map -count -modes=n,v <C-c> -builtin <count><C-v><C-c> | |
map -count -modes=c <C-v> -builtin <C-v><C-v> | |
map -count -modes=c <C-c> -builtin <C-v><C-c> | |
map -count -modes=i <C-v> -builtin <C-v><C-v> | |
map -count -modes=i <C-c> -builtin <C-v><C-c> | |
set cdpath='' | |
set guioptions=bCrsmT | |
" vim: set ft=pentadactyl: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment