aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--muttrc4
-rw-r--r--pentadactylrc2
-rw-r--r--vimrc2
3 files changed, 3 insertions, 5 deletions
diff --git a/muttrc b/muttrc
index 1ebb758..e7abfe1 100644
--- a/muttrc
+++ b/muttrc
@@ -40,8 +40,8 @@ set editor = "vim"
# Basic config, you can leave this as is
#set hostname = gmail.com
-set mail_check = 5
-set timeout = 15
+set mail_check = 1
+set timeout = 1
unset imap_passive
set header_cache=~/.muttlocal/cache/headers
set message_cachedir=~/.muttlocal/cache/bodies
diff --git a/pentadactylrc b/pentadactylrc
index 8cd97e9..73ab127 100644
--- a/pentadactylrc
+++ b/pentadactylrc
@@ -122,7 +122,7 @@ 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=duckduckgo
+set defsearch=startpage-https
set editor='rxvt -e sh -c "vim +<line> +\"sil! call cursor(0, <column>)\" <file>"'
set strictfocus=*:despotic
diff --git a/vimrc b/vimrc
index 21adce3..61b9193 100644
--- a/vimrc
+++ b/vimrc
@@ -42,8 +42,6 @@ endif
" differently from regular Vi. They are highly recommended though.
set showcmd " Show (partial) command in status line.
"set showmatch " Show matching brackets.
-nnoremap / /\v
-vnoremap / /\v
set gdefault
set ignorecase " Do case insensitive matching
set smartcase " Do smart case matching