diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-10-16 16:39:52 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-10-16 16:39:52 +0200 |
commit | a7a25be2e99cb6ba12461f77ed6c26ca5efd4098 (patch) | |
tree | d25c9869faf9ec834ee61d7bff5f0c55ac265074 | |
parent | 34a2ece6a02abb8aa82357e6a6d9c78fe6a2fb88 (diff) | |
download | notyet-a7a25be2e99cb6ba12461f77ed6c26ca5efd4098.tar.gz notyet-a7a25be2e99cb6ba12461f77ed6c26ca5efd4098.tar.xz notyet-a7a25be2e99cb6ba12461f77ed6c26ca5efd4098.zip |
use plain gF in vim to go to file, use :bd to go back
-rwxr-xr-x | notyet | 2 |
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', |