This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
So a little context, I started my vim journey about 6 years ago and it's been great. But sadly, I started it with someone else's config and I just kept adding stuff or removing things to it. I learned a few things along the way but I never really started from scratch for my vim config so even now, there are still remnants from the copied config.
So now, I have these mappings:
n ,cf * :let @ =expand("%")<CR>
n ,cF * :let @ =expand("%:p")<CR>
n ,ch * :let @ =expand("%:p:h")<CR>
And the thing is, I want to move them to function but I don't know where this is being set since I have a directory specifically for global vim configuration. So I'm guessing it's from a plugin and I'd like to know which plugin is setting this.
Any help is appreciated. Thank you!
Subreddit
Post Details
- Posted
- 3 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/vim/comment...