dedguy21 / tmux-neovim

Nice Tmux config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmux_config

My custom Catppuccin-themed Tmux config, designed to pair perfectly with my Neovim config. Inspired by Dreams Of Code and DevOps Toolbox. Requires tpm for packages, and a nerd font if you want icons.

Tmux 3

The leader key is set to ctrl + space, the only correct option. This config also has transparent background colours on the status bar, so it should look sexy with any terminal background colour you want to use.

To install on Linux, place tmux.conf in ~/.config/tmux/ , then install packages via tpm with <leader> + i.

Useful Keymaps:

  • <leader> + r to source/refresh the Tmux config file
  • <leader> + - to split window horizontally
  • <leader> + | to split window vertically

There are two styles in the tmux.conf file, un-comment whichever you prefer!

Style 1 (simple):

Tmux 1

Style 2 (bubbles):

Tmux 2

Features a zoom icon in the bottom right to indicate if you're zoomed in on a pane

Tmux 4

Designed to pair perfectly with my Neovim config

Tmux 5

About

Nice Tmux config