Giter Club home page Giter Club logo

quicktmux's Introduction

quickTMUX - a quickstart configuration for tmux

This repo customizes tmux in an accessible way by defining keybindings that are more intuitive for infrequent users. Mouse support is enabled, an indicator icon in the bottom left (>) shows an active prefix key.

Setup

To install tmux, follow the official installation guides.

Try this config:

git clone [email protected]:jkschluesener/quicktmux ~/quicktmux
tmux -f ~/quicktmux/tmux.conf

Permanently use this configuration:

git clone [email protected]:jkschluesener/quicktmux ~/.config/quicktmux
# sofltink this config file into the default location
ln -s ~/.config/quicktmux/tmux.conf ~/.tmux.conf

Keybindings Cheatsheet

Sessions

Create / list / attach to a tmux sessions from your terminal.

$ Shell
Create named session tmux new -s <session-name>
List active sessions tmux ls
Kill session tmux kill-session -t <name>
Attach to named session tmux a -t <name>
Ctrl + b Prefix Key
l List sessions
d Detach from session
K Kill session

Panes

Ctrl + b Prefix Key
| / \ " % Split current pane in left/right
" = _ Split current pane in top/bottom
ctrl + Resize using arrow keys
r Rename pane
q Close pane
s Synchronize panes
Ctrl + b Prefix Key
t Tiled layout
h Even horizontal layout
v Even vertical layout
No Prefix
Shift + Switch to relative pane

Windows

Ctrl + b Prefix Key
n Create a new window
f Find window
Q Close window
w List windows
R Rename Window
No Prefix
Alt + Switch to relative window

Miscellaneous

Ctrl + b Prefix Key
z Zoom current pane (+ as indicator in title)
t Display clock
o Reload configuration
c Copy mode
v Paste buffer

quicktmux's People

Contributors

jkschluesener avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.