dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 4153bfb4a631ea6a090098519b1d65a94c6bb20e
parent c4f7a4bc77a4815f05f189187ec9e82e589188d6
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun, 27 Dec 2020 19:02:06 +0100

vim: binding for urlview

Diffstat:
Mvim/vimrc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -759,7 +759,8 @@ xnoremap D :m '>+1<CR>gv=gv xnoremap U :m '<-2<CR>gv=gv " and don't break my colours (U for 'unfuck my screen please') -nnoremap U :syntax sync fromstart<CR>:redraw!<CR> +nnoremap <leader>U :syntax sync fromstart<CR>:redraw!<CR> +nnoremap <silent> U :w !urlview<CR> " 'zoom to head level' nnoremap zh mzzt10<c-u>`z