diff --git a/vim/.vimrc b/vim/.vimrc index d243e1f8..a2fa5589 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -214,6 +214,9 @@ autocmd FileType jsx nnoremap b :call JsxBeautify() autocmd FileType html nnoremap b :call HtmlBeautify() autocmd FileType css nnoremap b :call CSSBeautify() +" Experimental yomichan-like command with tango +vnoremap y:silent !notify-send -t 4000 "成果" "$(tango '0')": + " Easily enter 'zen mode' with Goyo and Pencil (Note: Goyo resets the color scheme) nnoremap 2 :PencilSoft:Goyo:hi vertsplit ctermfg=0 ctermbg=none