about summary refs log tree commit diff
path: root/notyet
diff options
context:
space:
mode:
Diffstat (limited to 'notyet')
-rwxr-xr-xnotyet4
1 files changed, 2 insertions, 2 deletions
diff --git a/notyet b/notyet
index 8078524..aaa6ed7 100755
--- a/notyet
+++ b/notyet
@@ -240,8 +240,8 @@ if $edit && STDOUT.tty?
   rd, wr = IO.pipe
   $stdout = wr
   Process.spawn('vim',
-                '+nmap <CR> ^gF',
-                '+nmap <TAB> <CR>',
+                '+nmap <buffer><CR> ^gF',
+                '+nmap <buffer><TAB> <CR>',
                 '+setl nomod noma nowrap conceallevel=3 concealcursor=nc',
                 '+syn match Conceal /^.\{-}\t/ conceal',
                 '+syn match Comment /\t\s*[xX].*/lc=1',