tmux 使用筆記

2021-10-09 03:03:24 字數 866 閱讀 5856

set-option -g mouse on

run-shell ~/.tmux/plugins/tmux-continuum/continuum.tmux

set -g @continuum-restore 'on'

# 檢視所有會話

prefix s

# 切換面板

prefix o

# 更改 session 名稱

tmux rename-session [-t target-name] new-name

# 更改視窗名稱

prefix .

# 垂直分割視窗

prefix %

# 水平分割視窗

prefix "

tpm 是外掛程式管理工具,有了 tpm 可以很方便的安裝其他外掛程式,所以算是必裝的

安裝方法

git clone  ~/.tmux/plugins/tpm

# 編輯配置檔案

vim .tmux.conf

set -g @plugins 'tmux-plugins/tpm'

------------------

使用方法

如果要安裝外掛程式,可以將外掛程式名寫到配置檔案內,如下所示

# 編輯配置檔案

vim .tmux.conf

set -g @plugins 'tmux-plugins/tmux-logging'

執行prefix + i安裝,注意i是大寫

更新:prefix + u

tmux使用手冊

tmux使用筆記

tmux是指通過乙個終端登入遠端主機並執行後,在其中可以開啟多個控制台的終端復用軟體。yum方式安裝tmux yum install tmux 其它方式安裝tmux 安裝tmux需要先安裝依賴包libevent,因為libevent安裝在臨時位置,所以在編譯tmux過程中用到ncurses deve...

Vim 使用筆記

set hlsearch set nohlsearch 搜尋後清除上次的加亮 nohl nohlsearch 拷貝 很有用的一句話,規定了格式選項,讓它換行不自動空格 set formatoptions tcrqn set fo r set noautoindent 再 shift insert 正...

xemacs使用筆記

xemacs使用筆記 xemacs emacs的下一代,由lucid原創 from debian參考手冊.由於不知道什麼時候刪掉了emacs的乙個重要檔案.每次都沒法安裝好.突然發現了xemacs,於是決定使用看看.本人還是菜鳥,僅供交流 我使用的ubuntu系統,所以就直接apt get inst...