diff options
-rw-r--r-- | pentadactylrc | 3 | ||||
-rw-r--r-- | vimrc | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/pentadactylrc b/pentadactylrc index 73ab127..50e55cc 100644 --- a/pentadactylrc +++ b/pentadactylrc @@ -122,7 +122,8 @@ map -count -modes=n,v w <count>owikipedia<Space> map -count -modes=n,v ( <count>H map -count -modes=n,v ) <count>L set autocomplete= -set defsearch=startpage-https +"set defsearch=startpage-https +set defsearch=google set editor='rxvt -e sh -c "vim +<line> +\"sil! call cursor(0, <column>)\" <file>"' set strictfocus=*:despotic @@ -111,7 +111,7 @@ nnoremap <Tab> <Esc> vnoremap <Tab> <Esc>gV onoremap <Tab> <Esc> inoremap <Tab> <Esc>`^ -inoremap <Leader><Tab> <Tab> +inoremap <S-Tab> <Tab> set enc=utf-8 "sync paste buffer and vims register |