Meditating on Code

Sometimes you need to gather all your attention and focus on a few lines of code. Vim has a great plugin which can help you minimize distractions.

»

Jumping Between Most Recently Used Files and Directories

fzf is one of these life-changing tools that can boost your productivity. Here is example of using fzf with vim history for quickly (less than 500 ms) opening files and jumping between directories.

»

Searching the Web With Speed of Thought Using Dmenu

If you are using i3wm, you already should be familiar with dmenu. We are going to use dmenu for input search queries and then instantly jump to the browser.

»