Skip to content

belminf/dottmux

Repository files navigation

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 --remote --merge

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages