diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-10-04 13:46:51 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-10-04 13:46:51 +0200 |
commit | 34a2ece6a02abb8aa82357e6a6d9c78fe6a2fb88 (patch) | |
tree | e8583b47a6b2f22d5777706914d9da0f2d73ee04 | |
parent | cb1477a6a0c972e1caa0f044042b039dc964d0e3 (diff) | |
download | notyet-34a2ece6a02abb8aa82357e6a6d9c78fe6a2fb88.tar.gz notyet-34a2ece6a02abb8aa82357e6a6d9c78fe6a2fb88.tar.xz notyet-34a2ece6a02abb8aa82357e6a6d9c78fe6a2fb88.zip |
maximize window after following task
-rwxr-xr-x | notyet | 2 |
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', |