Paul Jolly wrote:
> FWIW - I have a stock Ubuntu 19.10 installation and I'm seeing some > issues here. > > Specifically I'm seeing issues using the fzf plugin which has <C-u>, > <C-p> and <C-n> mapped. > > The only setup that works for me is to disable this feature via: > > let &t_TI = "" > let &t_TE = "" I wonder why those mappings don't work. Can you reproduce this with a simple script? > It's highly possible I'm doing something wrong here so any direction > would be appreciated because I would like to get this working. > > I tried the following settings in my .Xsession: > > XTerm*vt100.modifyOtherKeys: 1 > > Then I tried: > > XTerm*vt100.modifyOtherKeys: 2 > > which broke bash. So it appears this setting does have an effect. Bash won't be able to handle the escape sequences that Ctrl keys produce when modifyOtherKeys is enabled. > Then I tried setting: > > let &t_TI = "\<Esc>[>4;2m" > let &t_TE = "\<Esc>[>4;m" > > in my .vimrc. > > But none of these combinations "worked". In what way? > As you can probably tell I'm not really sure what I'm doing here :) > But it does appear that the modifyOtherKeys setting change did have an > effect (because setting it to 2 broke bash) I fixed a couple of problems related to modifyOtherkeys, there might be one more. There is one open issue related to the terminal debugger that I haven't been able to figure out yet. -- Everybody wants to go to heaven, but nobody wants to die. /// 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/201910301701.x9UH1nYk025834%40masaka.moolenaar.net.
