From e98bbbd7a90fa6e31d116877615713a6066dab6d Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 2 Oct 2018 09:54:22 +0200 Subject: Add thesaurus shortcut --- qutebrowser/.config/qutebrowser/config.py | 1 + vim/.vim/spell/en.utf-8.add | 3 +++ vim/.vim/spell/en.utf-8.add.spl | Bin 406 -> 284 bytes vim/.vimrc | 3 +-- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index 40a228e..18d689e 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -53,6 +53,7 @@ c.url.searchengines = { 'ddg': 'https://duckduckgo.com/?q={}', 'cam': 'https://dictionary.cambridge.org/dictionary/english/{}', 'dic': 'http://www.dictionary.com/browse/{}', + 'th': 'http://www.thesaurus.com/browse/{}', 'google': 'https://www.google.com/search?hl=en&q={}', 'hn': 'https://hn.algolia.com/?query={}', 'lit': 'https://www.littre.org/recherche?mot={}', diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add index 9cf8f88..59346c3 100644 --- a/vim/.vim/spell/en.utf-8.add +++ b/vim/.vim/spell/en.utf-8.add @@ -9,3 +9,6 @@ inkjet microfluidic spinodal orthonormality +solvability +Wasserstein +Galerkin diff --git a/vim/.vim/spell/en.utf-8.add.spl b/vim/.vim/spell/en.utf-8.add.spl index 9559f0d..d0e415c 100644 Binary files a/vim/.vim/spell/en.utf-8.add.spl and b/vim/.vim/spell/en.utf-8.add.spl differ diff --git a/vim/.vimrc b/vim/.vimrc index 25d6e9f..d5b99d7 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -42,7 +42,6 @@ Plug 'neomake/neomake' Plug 'KKPMW/sacredforest-vim' Plug 'scrooloose/nerdtree' Plug 'sjl/Gundo.vim', { 'on' : 'GundoToggle' } -Plug 'terryma/vim-expand-region' Plug 'terryma/vim-multiple-cursors' Plug 'tommcdo/vim-exchange' Plug 'tommcdo/vim-ninja-feet' @@ -374,7 +373,7 @@ nnoremap >B :BufSurfForward:bd! # " Alternate file nnoremap  -nnoremap :Buffers +nnoremap + :Buffers " Source current file nnoremap ,s :source % -- cgit v1.2.3