tmux-open icon indicating copy to clipboard operation
tmux-open copied to clipboard

Not able to open file / directory when highlighting through search

Open lcmen opened this issue 6 years ago • 0 comments

Hi! I'm trying to invoke the plugin from search highlight but apparently it only works if I manually highlight the file or directory.

Steps to reproduce:

  1. Run ls
  2. Switch to visual mode (prefix + [)
  3. Search for folder or directory using vim key bindings (/ + pattern)
  4. Press o to open a file or directory

Nothing happens. If I manually highlight the same file or directly on visual mode, it opens it correctly.

Am I doing something wrong?

lcmen avatar Dec 27 '18 10:12 lcmen