Introduction Plash is developed by Sindre Sorhus. If you are into macOS eco-system then you surely have came across his apps. He is a prolific app developer for macOS. Plash is one of my favourites and it's totally free to use. Plash lets you use any...
Hyper is a terminal built on web technologies. fish is a highly customizable shell. Oh My Posh is a theme engine for a shell (bash, zsh, fish, etc) Install fish on macOS using Homebrew brew install fish Install Oh My Posh brew tap jandedobbeleer...
Using the very popular vim-surround plugin, we can accomplish this task easily. Here, we have five anchor tags. <a href="#">Home</a> <a href="#">About</a> <a href="#">Gallery</a> <a href="#">Contact</a <a href="#">Others</a In order to wrap all of t...
To Yank an entire HTML element, there are two easy ways: yat vaty
Use the + register in order to put from System Clipboard. Put, for the uninitiated, is the Vim lingo for paste. "+p
What is tmux? tmux (not Tmux) is a command-line utility that allows to create and manage multiple terminals from a single screen. In technical terms, it is known as a terminal multiplexer. How to use it? On macOS, install tmux using Homebrew brew ins...