about summary refs log tree commit diff
diff options
context:
space:
mode:
-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',