belminf / dottmux

tmux configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmux config

Setup

Requirements

Arch:

yay -S fpp urlview xclip

macOS:

brew install fpp urlview

Install

Clone and link

git clone --recursive git@github.com:belminf/dottmux.git ~/.tmux
ln -s ~/.tmux/tmux.conf ~/.tmux.conf

Then, you have to load plugins: CtrlSpace+ShiftI

Update

git pull
git submodule update --init

To update plugins: Super+U

Keys:

Super: CtrlSpace

  • CtrlSpace: Next window
  • R: Reload configuration
  • Panes:
    • Tab: Next pane
    • ShiftS: Toggle synchronized panes
    • Split:
      • |: Horizontal split
      • _: Vertical split
    • Move:
      • {: Clockwise
      • }: Counter clockwise
    • Window placement:
      • !: Split into its own window
      • X: Send pane to another window
  • Clipboard:
    • P: Paste clipboard
    • V: Begin copy mode
    • In copy mode:
      • V: Begin selection
      • Y: Yank (copy) selection

About

tmux configuration


Languages

Language:Shell 100.0%