> When starting a shell with ":sh" or ":!cmd" then Vim will set the > terminal to "cooked" mode, that is what normal commands expect. > When running a terminal inside Vim this doesn't happen, since Vim still > needs the raw keys, e.g. for mouse events. We can't really change that > without breaking quite a lot of things. > > I wonder how fzf is started in the terminal. It might help to wrap it > in a shell, so that the shell initializes the terminal.
Thanks - I think we're talking about the same thing - at least I'm intending that my wrapper be the thing that will initialize the terminal, which is I think what you're referring to when you say "so that the shell initializes the terminal". (I think) my question is: how should the shell initialize the terminal? -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CACoUkn56Mnf2a3_yiWidtvZtLZvuGgpDwr%3DP6Tmi%2BjybKcL7eg%40mail.gmail.com.
