sidebar.nvim icon indicating copy to clipboard operation
sidebar.nvim copied to clipboard

feat: add file following support to the `files` section

Open GustavoKatel opened this issue 3 years ago • 0 comments

re #38

This is a work in progress!

TODO list:

  • [x] Add option to move the cursor to the sidebar when calling focus directly
  • [x] When we try jump to a file in a directory that is not open in the tree, it silently ignores, but we should instead open the parents and jump to that file. See "TODOs" in the code
  • [ ] Add docs

GustavoKatel avatar Jun 04 '22 21:06 GustavoKatel