aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pentadactylrc3
-rw-r--r--vimrc2
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
diff --git a/vimrc b/vimrc
index 61b9193..11f0081 100644
--- a/vimrc
+++ b/vimrc
@@ -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