All Projects → shfshanyue → tmux-config

shfshanyue / tmux-config

Licence: other
my config of tmux, with solarized color theme

Labels

Projects that are alternatives of or similar to tmux-config

dotfiles
Here are the dotfiles for my desktop and laptop. Currently under heavy construction. Will create the first 'release' once most of my config is uploaded.
Stars: ✭ 13 (-77.97%)
Mutual labels:  tmux
dotfiles
Doom Emacs, a few-years old vim config, tmux, i3, zsh, polybar
Stars: ✭ 15 (-74.58%)
Mutual labels:  tmux
config
Bunch of scripts that keep me productive
Stars: ✭ 29 (-50.85%)
Mutual labels:  tmux
tmux
💽 Soothing pastel theme for Tmux!
Stars: ✭ 63 (+6.78%)
Mutual labels:  tmux
Telegraph.nvim
Send commands system commands in an elegant way
Stars: ✭ 33 (-44.07%)
Mutual labels:  tmux
nyx
⚙️Nix[OS] Configuration
Stars: ✭ 50 (-15.25%)
Mutual labels:  tmux
dotfiles
Current: Neovim, Tmux, FishShell. Old but still there: prezto, zsh.
Stars: ✭ 46 (-22.03%)
Mutual labels:  tmux
dotfiles
No description or website provided.
Stars: ✭ 12 (-79.66%)
Mutual labels:  tmux
dotfiles
dotfiles for the command line home
Stars: ✭ 21 (-64.41%)
Mutual labels:  tmux
dotfiles
Me confeegs.. me precious confeegs.
Stars: ✭ 123 (+108.47%)
Mutual labels:  tmux
dotfiles
🗿 dotfilery, configuration, environment settings, automation, etc. 🛖
Stars: ✭ 67 (+13.56%)
Mutual labels:  tmux
dotfiles
This is what I use to get things done!
Stars: ✭ 59 (+0%)
Mutual labels:  tmux
dotfiles
🍀 My dotfiles macOS / Linux (Ubuntu, Arch) / Android
Stars: ✭ 16 (-72.88%)
Mutual labels:  tmux
evil-tmux-navigator
Seamlessly navigate Emacs and tmux splits
Stars: ✭ 59 (+0%)
Mutual labels:  tmux
dotfiles
⚡ My dot files for zsh, neovim and tmux.
Stars: ✭ 18 (-69.49%)
Mutual labels:  tmux
dotfiles
My life's work 🔥🔥
Stars: ✭ 28 (-52.54%)
Mutual labels:  tmux
ob-tmux
Ob-tmux is an Emacs library that allows org mode to evaluate code blocks in a tmux session.
Stars: ✭ 46 (-22.03%)
Mutual labels:  tmux
tmuxpair
Command line script for setting up a temporary tmux session for pair programming
Stars: ✭ 34 (-42.37%)
Mutual labels:  tmux
dotfiles
My dot files.
Stars: ✭ 66 (+11.86%)
Mutual labels:  tmux
tmux-suspend
Plugin that lets you suspend local tmux session, so that you can work with nested remote tmux session painlessly.
Stars: ✭ 58 (-1.69%)
Mutual labels:  tmux

Introduce

tmux:打造精致与实用并存的终端

Config

$ git clone [email protected]:shfshanyue/tmux-config.git
$ cp tmux-config/.tmux.conf ~/.tmux.conf

Screencast

Screencast One Screencast One

Animation

Attach

$ tmux new -s shanyue   # 新建session
<prefix> + d            # detach client
$ tmux a -t shanyue     # attach

Attach

Split

<prefix> + %  # 水平分屏
<prefix> + "  # 垂直分屏

Split Window

Multi Window

<prefix> + c  # 新建窗口

Multi Window

Find Window

<prefix> + f  # 根据关键字查找
<prefix> + 4  # 切换到第四个窗口
<prefix> + a  # 切换到最近的窗口

Find Window

Next Layout

<prefix> + space

Next Layout

Maximise

<prefix> + z

Maximise

Copy Mode

<prefix> + [
[Vim Goto Command]  # 任意 vim 跳转命令

Copy

Mouse Mode

$ tmux set mouse on # 通过鼠标滚动屏幕,切换窗口

Mouse Mode

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].