about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-10-16 16:39:52 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-10-16 16:39:52 +0200
commita7a25be2e99cb6ba12461f77ed6c26ca5efd4098 (patch)
treed25c9869faf9ec834ee61d7bff5f0c55ac265074
parent34a2ece6a02abb8aa82357e6a6d9c78fe6a2fb88 (diff)
downloadnotyet-a7a25be2e99cb6ba12461f77ed6c26ca5efd4098.tar.gz
notyet-a7a25be2e99cb6ba12461f77ed6c26ca5efd4098.tar.xz
notyet-a7a25be2e99cb6ba12461f77ed6c26ca5efd4098.zip
use plain gF in vim to go to file, use :bd to go back
-rwxr-xr-xnotyet2
1 files changed, 1 insertions, 1 deletions
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 <CR> ^<C-W>F<C-W>_',
+                '+nmap <CR> ^gF',
                 '+nmap <TAB> <CR>',
                 '+set nomod nowrap conceallevel=3 concealcursor=nc',
                 '+syn match Conceal /^.\{-}\t/ conceal',