about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xnotyet3
1 files changed, 3 insertions, 0 deletions
diff --git a/notyet b/notyet
index aaa6ed7..8730da7 100755
--- a/notyet
+++ b/notyet
@@ -242,6 +242,9 @@ if $edit && STDOUT.tty?
   Process.spawn('vim',
                 '+nmap <buffer><CR> ^gF',
                 '+nmap <buffer><TAB> <CR>',
+                '+nnoremap <buffer>o ^gFo- |' \
+                 'nnoremap <buffer>x ^gF^rx | nnoremap <buffer>X ^gF^rX |' \
+                 'nnoremap <buffer>- ^gF^r- | nnoremap <buffer>? ^gF^r?',
                 '+setl nomod noma nowrap conceallevel=3 concealcursor=nc',
                 '+syn match Conceal /^.\{-}\t/ conceal',
                 '+syn match Comment /\t\s*[xX].*/lc=1',