From e592675a68eedf5643e44e88947e02950ddafb32 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Tue, 31 Aug 2021 14:17:26 +0200 Subject: [PATCH] Open html version of current file in browser --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index b8ef6b8..56a6770 100644 --- a/.vimrc +++ b/.vimrc @@ -63,6 +63,7 @@ nn s= =| " Equalize splits " Open nn sb :Lex| " File tree nn t :term| " Open terminal +nn o :!xdg-open http://localhost:8080/%:r.html & " Remaps ino jj | " Normal now nn | " Hard mode