Skip to content

Instantly share code, notes, and snippets.

@merrickluo
Created August 24, 2016 00:31
Show Gist options
  • Save merrickluo/3aaefae74e0393eddd291891f3652823 to your computer and use it in GitHub Desktop.
Save merrickluo/3aaefae74e0393eddd291891f3652823 to your computer and use it in GitHub Desktop.
pendadactylrc
colorscheme solarized-light
set hintkeys=fjdkslaghrueiwoncmv
highlight -a Hint text-transform:uppercase;
set editor="e"
set incfind
set hlfind
set findcase=smart
map -b j 4j
map -b k 4k
map -b h 4h
map -b l 4l
map -builtin x d
map -builtin X u
map -builtin d <C-d>
map -builtin e <C-u>
map -builtin J <C-n>
map -builtin K <C-p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment