ar bg de en es fr id it nl pl pt sv tr zh

tmux

Persistent Neovim terminals with `tmux`

Andrew Conlin

Do you use Neovim’s built-in terminal? Do you (always) accidentally close Neovim and lose the terminal? Well, I may have a solution for you. tmux is a terminal multiplexer. It allows you to split your terminal into windows and tabs, and is very useful when you need to do a lot of work in a single...

Extrakto!

chris

One of my favourite tmux plugins is extrakto. It's this amazing little plugin that lets you insert text by fuzzy finding within the current tmux session. Why is this useful? Think of how often you copy/paste some line of text from the terminal in order to pass it into another command. For example,...