Skip to content

SarkarSagnik/tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 

Repository files navigation

A basic β€œ tmux.conf β€œ file.

Prerequisites: Install tmux plugin manager from the below link

https://github.com/tmux-plugins/tpm#key-bindings



Procedure πŸ”—

After you have followed the steps and installed tmux-plugin manager successfully, you can now make changes to your β€œtmux.conf” file.

Step1. Open your ~/.tmux.conf file in a text editor:

nvim ~/.tmux.conf


Step2. Copy the tmux.conf code from the repository and paste it into your tmux.conf file & exit your editor.


Step3. If you are in tmux already(prefered), refresh and apply the script using:

tmux source-file ~/.tmux.conf


Step4. This way your default tmux keybinding of β€˜Ctrl+b’changes to β€˜Ctrl+<spacebar>’, now open up the tmux.conf file again.

Step5. Now press Ctrl+<spacebar> (leave the keys) + I to install all the plugins into your tmux and now you are ready.





NOTE: Your leader keybinding is now: Ctrl+<spacebar>




Future Modifications πŸ”—

You can add all your future modifications to the tmux.conf file, and install it using <leader> + I

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages