Skip to content

belminf/dottmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages