From 86625d7bcfe029fb0ca09ff10a73183cd9915b9f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 26 May 2018 07:50:18 +0300 Subject: [PATCH] .mc/menu: Edit the file in gvim --- .mc/menu | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.mc/menu b/.mc/menu index b0b11b8..9b3763a 100644 --- a/.mc/menu +++ b/.mc/menu @@ -20,6 +20,10 @@ shell_patterns=0 p View the file in a pager exec ${PAGER:-more} %f ++ t r +e Edit the file in gvim + gvim %f & + + t r b View the file in a browser exec webbrowser file://%d/%f -- 2.39.2