Ubuntu >= 20.04 LTS
macOS >= Big Sur
(Optional) Install sudo and git
If you'd never installed, run the following command
apt-get update && apt-get install -y sudo git
git clone https://github.com/SAEMC/Tmux-Configs && \
cd ./Tmux-Configs/
Enter following command: ./tmux_configs.sh [OPTION] (must be in Tmux-Configs directory)
Install dependencies and write scripts
Activate dependencies in current shell
cd .. && rm -r ./Tmux-Configs/
<Ctrl> + <Space> + <Shift> + i: Install plugins
The prefix has been changed from <Ctrl> + b to <Ctrl> + <Space>
You can check mapped commands in ~/.tmux.conf file
Other commands are same with Tmux default commands (see Tmux references or run $ tmux list-keys)
<Ctrl> + <Space> + <Opt> + h/j/k/l: Resize size of Pane (can be repeated within 3 seconds after push <Opt>)
<Ctrl> + <Space> + <Opt> + s: Align panes by horizon
<Ctrl> + <Space> + <Opt> + v: Align panes by vertical
<Ctrl> + <Space> + <Space>: Enter Copy mode (Vi mode)
<Ctrl> + <Space> + h/j/k/l: Move cursor along panes
<Ctrl> + <Space> + p: Paste characters or lines
<Ctrl> + <Space> + r: Refresh ~/.tmux.conf
<Ctrl> + <Space> + s: Split panes by horizon
<Ctrl> + <Space> + v: Split panes by vertical
<Ctrl> + <Space> + y: Yank characters or lines in Copy mode
<Ctrl> + <Space> + [/]: Move cursor along windows