Tagged Questions

1
vote
2answers
637 views

Unable to have Vim-like C-W f for Screen's copy-mode

I want open a path to vim from Screen's copy-mode by Ctrl-A f similarly as I can open external files in Vim by Ctrl-W f How can you open a path in Vim in Screen's copy-mode? --- Thank you ...