I use Ctags and vim to browse by C source code. Quite often than not I am in middle of a long function and want to quickly check the name of the function that the browsing. I use the "{" to jump to the start of the function that I am in and '' to jump back to location in the function that I came from.
Is there any easier way of doing this? Maybe there is a plugin that shows the function that we are currently in.
[[and]]for a bunch of filetypes; I added this as a fallback if a filetype doesn't have a pattern defined, thanks! – Martin Tournoij Jul 06 '22 at 19:52