Skip to content

saemanas/Tmux-Configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 

Repository files navigation

SAEMC's Tmux-Configs

Prerequisites

Recommended

OS version

  • Ubuntu >= 20.04 LTS
  • macOS >= Big Sur

Install and apply

(Optional) Install sudo and git

  • If you'd never installed, run the following command
apt-get update && apt-get install -y sudo git

Clone this repository

git clone https://github.com/SAEMC/Tmux-Configs && \
cd ./Tmux-Configs/

Installation

  • Enter following command: ./tmux_configs.sh [OPTION] (must be in Tmux-Configs directory)

Recommended

  • Install dependencies and write scripts
./tmux_configs.sh -a

Install partially

Install dependencies

./tmux_configs.sh -d

Write scripts

./tmux_configs.sh -s

Activate dependencies in current shell

Ubuntu

source ~/.bashrc

macOS

source ~/.zshrc

Remove this repository

cd .. && rm -r ./Tmux-Configs/

Install plugins

  • <Ctrl> + <Space> + <Shift> + i: Install plugins

Usages

The changed commands

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

About

Tmux Configs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages