tmux - Linux
By Ethan
at 2022-01-27T17:21
at 2022-01-27T17:21
Table of Contents
本來想問問題 結果google後解決
不過也許會有人也有機會卡到 寫一篇記錄一下
情況:
到新公司 發現有灌tmux 但是在~底下grep不到.tmux.conf
只有.cshrc
預設prefix是Ctrl+b 用不順手 想改掉 換成Ctrl+a
以前都是用人家弄好好的.conf 所以研究一下DIY要怎麼改
解決:
(1) touch ~/.tmux.conf
(2) [.tmux.conf內容]
set prefix C-a
unbind-key C-b
bind-key C-a send-prefix
(3) tmux source-file ~/.tmux.conf
(3') 把tmux source-file ~/.tmux.conf加到.cshrc裡面, exit出去重新開一次tmux
完成
--
不過也許會有人也有機會卡到 寫一篇記錄一下
情況:
到新公司 發現有灌tmux 但是在~底下grep不到.tmux.conf
只有.cshrc
預設prefix是Ctrl+b 用不順手 想改掉 換成Ctrl+a
以前都是用人家弄好好的.conf 所以研究一下DIY要怎麼改
解決:
(1) touch ~/.tmux.conf
(2) [.tmux.conf內容]
set prefix C-a
unbind-key C-b
bind-key C-a send-prefix
(3) tmux source-file ~/.tmux.conf
(3') 把tmux source-file ~/.tmux.conf加到.cshrc裡面, exit出去重新開一次tmux
完成
--
Tags:
Linux
All Comments
By Kama
at 2022-02-01T13:53
at 2022-02-01T13:53
By Donna
at 2022-02-06T10:25
at 2022-02-06T10:25
By Hamiltion
at 2022-02-11T06:57
at 2022-02-11T06:57
By Candice
at 2022-02-07T10:46
at 2022-02-07T10:46
By Hedwig
at 2022-02-12T07:18
at 2022-02-12T07:18
Related Posts
用 fsarchiver 備份硬碟分割
By Lauren
at 2022-01-24T04:25
at 2022-01-24T04:25
請問TC Taiwan有什麼中性的名稱?
By Sarah
at 2022-01-23T14:06
at 2022-01-23T14:06
Linux bridge的問題
By Bennie
at 2022-01-22T13:29
at 2022-01-22T13:29
apache與nigix
By Kama
at 2022-01-15T21:47
at 2022-01-15T21:47
ubuntu server 使用內建軟raid1 問題
By Delia
at 2022-01-10T20:45
at 2022-01-10T20:45