2017-12-29 17:30 GMT+03:00 M Kelly <[email protected]>: >> > Off course you can. Type CTRL+\ CTRL+N and the terminal buffer will become >> > a regular buffer without ending the job. Then you can yank, mark or do >> > whatever you need. >> > >> > >> > To go back to Terminal mode just type A. >> >> ok, yes, but this is more effort than before. In more detail, if I am in a >> non-vim shell I can type cd then click on a dir with the mouse and click >> again to paste and its there. In vim terminal mode I would like to do the >> same, if it is at all possible I am not sure. In a vim terminal I can type >> cd then c-\ c-n then hold the mouse and drag across the dir then type i/a >> then paste but it would be really awesome if I could use typical shell/term >> mouse events when in vim terminal mode. > > Maybe go into visual mode (ie c-\ c-n) with a mouse click and then go back to > terminal mode with another click ??
<C-\><C-n> goes to normal mode, not visual. And you should be able to use :tnoremap to remap mouse clicks as well, though I have not tested that. There are some examples for other modes in `:h mouse-using`. > > > -- > -- > You received this message from the "vim_use" 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_use" 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. -- -- You received this message from the "vim_use" 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_use" 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.
