From f333767e725a7ee02eb0a10ce7d55ff33b168050 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Tue, 22 Aug 2017 21:21:29 -0500 Subject: [PATCH] .vimrc: Add shortcut to open tag defn in a horz-split --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index a91f20e..712b07b 100644 --- a/.vimrc +++ b/.vimrc @@ -268,6 +268,8 @@ nmap sp :setlocal spell! spell? nmap tw :set wrap! wrap? " set list-whitespace-chars toggle nmap ws :set list! list? +" open tag definition in a horz split +nmap tag :split :exec("tag ".expand("")) " -------------------------------------------------------------------------- " Functions -- 2.43.0