diff options
-rw-r--r-- | muttrc | 4 | ||||
-rw-r--r-- | pentadactylrc | 2 | ||||
-rw-r--r-- | vimrc | 2 |
3 files changed, 3 insertions, 5 deletions
@@ -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 @@ -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 |