Created
February 19, 2015 12:20
-
-
Save jaseg/51ba405c357da4821810 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set showtabline=never | |
set go-=r | |
set defsearch=duckduckgo | |
com! search-selection,ss -bang -nargs=? -complete search -js commands.execute((bang ? "open " : "tabopen " ) + args + " " + buffer.currentWord) | |
map <A-s> :set nss!=<A-Tab> | |
map <A-C-s> :set nst!=<A-Tab> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment