about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-10-04 13:46:51 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-10-04 13:46:51 +0200
commit34a2ece6a02abb8aa82357e6a6d9c78fe6a2fb88 (patch)
treee8583b47a6b2f22d5777706914d9da0f2d73ee04
parentcb1477a6a0c972e1caa0f044042b039dc964d0e3 (diff)
downloadnotyet-34a2ece6a02abb8aa82357e6a6d9c78fe6a2fb88.tar.gz
notyet-34a2ece6a02abb8aa82357e6a6d9c78fe6a2fb88.tar.xz
notyet-34a2ece6a02abb8aa82357e6a6d9c78fe6a2fb88.zip
maximize window after following task
-rwxr-xr-xnotyet2
1 files changed, 1 insertions, 1 deletions
diff --git a/notyet b/notyet
index ea778e4..20d6685 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',
+                '+nmap <CR> ^<C-W>F<C-W>_',
                 '+nmap <TAB> <CR>',
                 '+set nomod nowrap conceallevel=3 concealcursor=nc',
                 '+syn match Conceal /^.\{-}\t/ conceal',