tmux-open
tmux-open copied to clipboard
Not able to open file / directory when highlighting through search
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:
- Run
ls - Switch to visual mode (prefix + [)
- Search for folder or directory using vim key bindings (/ + pattern)
- 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?