We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99cbf4 commit a54d919Copy full SHA for a54d919
_vimrc
@@ -169,7 +169,4 @@ if has("autocmd")
169
autocmd BufReadPre,FileReadPre *.txt set wrap linebreak
170
augroup END
171
172
-
173
endif "if has
174
175
-"code folding = set foldenable
_vimrc-linux
@@ -10,4 +10,3 @@ function! Terms(prompt)
10
return searchterm
11
endfunction
12
map <leader>l :! /usr/bin/firefox 'https://duckduckgo.com/?q=<c-r>=Terms("DuckDuckGo")<cr>'<cr><cr>
13
0 commit comments