https://github.com/mark24code/tmux-armer
A configuration for tmux.Similar to Oh My Tmux.
https://github.com/mark24code/tmux-armer
tmux tmux-conf
Last synced: 11 months ago
JSON representation
A configuration for tmux.Similar to Oh My Tmux.
- Host: GitHub
- URL: https://github.com/mark24code/tmux-armer
- Owner: Mark24Code
- License: mit
- Created: 2020-04-05T00:57:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T02:31:11.000Z (almost 6 years ago)
- Last Synced: 2025-01-24T01:08:19.636Z (about 1 year ago)
- Topics: tmux, tmux-conf
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tmux-armer
A configuration for tmux.Similar to Oh My Tmux.
## Installation
```bash
# Clone code to your dir.
cd
git clone https://github.com/Mark24Code/tmux-armer.git
# Back up your .tmux.conf if need.
# Install
./install.sh
```
## Uninstallation
```bash
./uninstall.sh
```
# Introduction
## Global Setting
### Prefix
1. add C-a as Prefix
### Reload Conf
`Prefix r`
## Windows & Panes
### Windows Navigation
`Prefix w` list all windows
`Prefix n` select previous window
`Prefix m` select next window
`Prefix Tab` last window
### Pane Navigation
`Prefix`+`h,j,k,l` select pane
`Prefix`+`left,up,down,right` select pane
`Prefix >` swap current pane with the next one
`Prefix <` swap current pane with the previous one
### Split Panes
`Prefix -` split horizontal pane
`Prefix \` split vertical pane
### Close Pane & Window
`Prefix x` close pane
`Prefix Q` close session
## Others
`Prefix q` show count
`Prefix d` deattach
`Prefix ,` rename window
`Prefix $` rename session
`Prefix c` create session