Skip to content

Commit

Permalink
make ddg the default in FF, and make shortcuts shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Woolcock committed Feb 13, 2012
1 parent f952136 commit 4a65c2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pentadactylrc
@@ -1,4 +1,5 @@
set mapleader=","
set defsearch=duckduckgo-ssl

command -nargs=* ddg tabopen duckduckgo.com/?q=<args>

Expand Down
4 changes: 2 additions & 2 deletions vimrc.local
Expand Up @@ -8,8 +8,8 @@ nnoremap <Leader>d :bd<CR>
nnoremap <Leader>n :bn<CR>
nnoremap <Leader>p :bp<CR>
nnoremap <Leader>q :bd<CR>
nnoremap <Leader>rnum :set relativenumber<CR>
nnoremap <Leader>rrnum :set number<CR>
nnoremap <Leader>r :set relativenumber<CR>
nnoremap <Leader>rr :set number<CR>

inoremap jj <ESC>

Expand Down

0 comments on commit 4a65c2b

Please sign in to comment.