From a7a25be2e99cb6ba12461f77ed6c26ca5efd4098 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 16 Oct 2017 16:39:52 +0200 Subject: use plain gF in vim to go to file, use :bd to go back --- notyet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notyet b/notyet index 20d6685..0bcaf6c 100755 --- a/notyet +++ b/notyet @@ -213,7 +213,7 @@ if $edit && STDOUT.tty? rd, wr = IO.pipe $stdout = wr Process.spawn('vim', - '+nmap ^F_', + '+nmap ^gF', '+nmap ', '+set nomod nowrap conceallevel=3 concealcursor=nc', '+syn match Conceal /^.\{-}\t/ conceal', -- cgit 1.4.1