fedemengo / nvim

Neovim configuration in Fennel
MIT License
2 stars 0 forks source link

feat(telescope): magic command #11

Closed fedemengo closed 1 year ago

fedemengo commented 1 year ago

This adds a new telescope command that

So

/home/user/some/folder
S-tab
/home/user/some

/home/user/ :entry some/folder/myfile.data
tab
/home/user/some/folder

/home/user/ :entry some/folder/myfile.data
C-e
/home/user/some

https://user-images.githubusercontent.com/19249682/229273856-9749ffec-d957-46b0-a1f7-19c11c5a4553.mp4

fedemengo commented 1 year ago

Looks good if it didn't break Live Grep it might be something with the picker previewer, to investigate

fedemengo commented 1 year ago

Actually it breaks all pickers

phortonssf commented 4 days ago

Does this work still for telescope?

fedemengo commented 4 days ago

@phortonssf it does, I'm still using it heavily https://github.com/fedemengo/nvim/blob/90d80faf408d91143a36a8987d7716edb438cfe0/fnl/mods/tools/telescope.fnl#L221