Skip to content

Instantly share code, notes, and snippets.

@Soft
Created May 8, 2011 13:45
Show Gist options
  • Select an option

  • Save Soft/961383 to your computer and use it in GitHub Desktop.

Select an option

Save Soft/961383 to your computer and use it in GitHub Desktop.
My Pentadactyl config
" vim: set filetype=vim :
set defsearch=d
set guioptions=bs
set showtabline=never
set complete=sbl
set newtab=all
set hlfind
set titlestring=
" buftabs
loadplugins buftabs
set buftabs-maxlength=25
set buftabs-completer=~
se showstatuslinks=command
set mapleader=,
set hintkeys=asdfg
colorscheme zenburn_mod
map l gt
map L :tabmove +1<CR>
map h gT
map H :tabmove -1<CR>
map D :tabdetach<CR>
map c :tabduplicate<CR>
noremap j 5j
noremap k 5k
set passkeys+=duckduckgo.com:jkv<CR>
set passkeys+=www.google.com/reader/view/:jkvrf
set nextpattern+='\bseuraava\b'
set previouspattern+='\bedellinen\b'
map <Leader>d :downloads<CR>
map <Leader>h :sidebar! History<CR>
map <Leader>b :sidebar! Bookmarks<CR>
map <Leader>n :nohlsearch<CR>
map <C-m> :set guioptions!=m<CR>
map <C-b> :set guioptions!=T<CR>
map <C-g> :pageinfo<CR>
map <C-l> ]]
map <C-h> [[
map <Left> :back<CR>
map <Right> :forward<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment