Searching long snippet by tags wraps snippet title #349
-
For example if snippet is quite small, i can search snippet by tag and full snippet will shown:
But if i decided to call long snippet (some ffmpeg-media management, for example) by tag
I'm not sure how to deal with it. It is possible substitute tags with leading 'markers', but it looks weird:
I understood that long snippets better to be put in shell script, but i work on many machines by SSH and this ability to copy-paste large snippets between terminals is lifesaving. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I solved it by adding
No more wrapping on long snippets. Can use tags now. Nice. |
Beta Was this translation helpful? Give feedback.
I solved it by adding
--no-hscroll
option to fzf in cofig.selectcmd = "fzf -e --no-hscroll --ansi --layout=reverse --border --height=90% --pointer=* --cycle --prompt=Snippets:"
No more wrapping on long snippets. Can use tags now. Nice.