diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-12-08 16:01:49 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-08 16:01:49 -0500 |
| commit | 3f27b5c1ebbf6b05313804ec9371fbfed3942d3a (patch) | |
| tree | 455d3acdc346536764370a01e1d8e5f5587056bd | |
| parent | f1c1f8f90000f3a64786f84f24a5a65a371eb3cc (diff) | |
| download | eibhear-3f27b5c1ebbf6b05313804ec9371fbfed3942d3a.tar.gz eibhear-3f27b5c1ebbf6b05313804ec9371fbfed3942d3a.tar.zst eibhear-3f27b5c1ebbf6b05313804ec9371fbfed3942d3a.zip | |
linkhandler fixes and paste only clipboard
| -rw-r--r-- | .vimrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -69,11 +69,11 @@ call plug#end() autocmd BufRead,BufNewFile *.md set tw=79 " Use urlscan to choose and open a url: - :noremap <leader>u :w<Home>silent <End> !urlscan<CR> - :noremap ,, :w<Home>silent <End> !urlscan<CR> + :noremap <leader>u :w<Home> !urlscan -r 'linkhandler {}'<CR> + :noremap ,, !urlscan -r 'linkhandler {}'<CR> -" Copy selected text to system clipboard (requires gvim installed): - vnoremap <C-c> "*Y :let @+=@*<CR> +" Copy selected text to system clipboard (requires gvim/nvim/vim-x11 installed): + vnoremap <C-c> "+y map <C-p> "+P " Enable Goyo by default for mutt writting |
