Skip to content

shfshanyue/tmux-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Introduce

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

Config

$ git clone git@github.com: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

About

my config of tmux, with solarized color theme

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published