diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-11-09 21:33:28 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-11-09 21:33:28 +0100 |
commit | 716e8cba4c2564143a0b10530d8b5cf5aea81946 (patch) | |
tree | c849772accb3950b886a6b5a14f53a7dc19799d4 /pentadactylrc | |
parent | ae345377bec9e6f55c4db2ace451297b0c5afc00 (diff) | |
download | dotfiles-716e8cba4c2564143a0b10530d8b5cf5aea81946.tar.gz dotfiles-716e8cba4c2564143a0b10530d8b5cf5aea81946.tar.bz2 dotfiles-716e8cba4c2564143a0b10530d8b5cf5aea81946.zip |
fix ,tab in vim, google faster, new aliases
Diffstat (limited to 'pentadactylrc')
-rw-r--r-- | pentadactylrc | 3 |
1 files changed, 2 insertions, 1 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 |