Skip to content
Advertisement

Tag: vim

How to search and get rid of this character?

I have a lot of strings in a text file, and I noticed that one has this <200f> char. I want to find all entries that have this char and remove it. But in Vim I can’t find it by searching ‘<200f>’ using the search string ‘<200f>’. Probably it is one char not 6 individual chars. In Python or VIM,

What is the recommended way to use Vim folding for Python code

I am interested in enabling code folding in Vim for Python code. I have noticed multiple ways to do so. Does anyone have a preferred way to do Python code folding in Vim? I.e, Do you have a particular Vim plugin that you use and like? Do you use manual folding or do you place markers in comments? Any other

Advertisement