Christian write: > On Di, 28 Mär 2017, Bram Moolenaar wrote: > > > "F" already has a meaning: > > " Re-read file and page forward "tail -f" > > map F :e<CR>G<SID>L:sleep 1<CR>F > > Your patch overwrites this. > > > > We could use "o" for open and "c" for close, since these would normally > > be commands that modify the file, but with less Vim is in read-only > > mode, thus these commands won't work. > > Oh, didn't notice. Do you want me to submit a new improved patch?
If we agree that "o" and "c" make sense. I couldn't think of anything more obvious. Pity "z" is a command in less, thus we can't use "zR". I doubt it's used much. Would it be too weird to skip the map for "z" if there are folds in the file? -- hundred-and-one symptoms of being an internet addict: 241. You try to look for Net Search even when you're in File Manager. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
