Pavol KutajHow to Show the Full Count of Large Number of Search Occurrences instead of >99 in VimThe aim of this page📝 is to get a count of matches in the whole file — complicated version — for many matches (over 100).Sep 21Sep 21
Pavol KutajHow to Find Commands/Aliases In BashThe aim of this page📝 is to explain how to print and filter available commands in Bash.Sep 20Sep 20
Pavol KutajHow to Quickly Open vimdiff from netrw — comparing selected filesThe aim of this page📝 is to explain how to use vimdiff + netrw in vim to compare two selected files in Vim. I use this when working with…Sep 17Sep 17
Pavol KutajHow to Prepend/Append a Search Match in VimThe aim of this page📝 is to provide two alternatives to quickly prepend or append text to a search match in Vim. In my simple case, have a…Sep 13Sep 13
Pavol KutajHow to Yank/Copy all Lines Matching a PatternThe aim of this page📝 is to share steps for copying all lines with a particular match using the global command.Sep 12Sep 12
Pavol KutajHow to Transform a (part of) Buffer in Vim with an External ProgramThe aim of this page📝 is to explain transformation of buffer/its part within Vim by running it via another Unix program.Sep 11Sep 11
Pavol KutajHow to Copy All Lines Matching a Search PatternThe aim of this page📝 is to explain yanking multiple matches in Vim based on the particular example of yanking lines containing a pattern…Aug 27Aug 27