Skip to content

AndroidGeeksYT/dotfile_tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shiroko


⚙️ Requirements

pkg update && pkg upgrade -y
pkg install tmux

🚀 Quick Start

# Clone this repo
git clone https://github.com/AndroidGeeksYT/dotfile_tmux ~/.config/tmux/
# tpm
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm

📂 Session Management

  • Ctrl + b + s: List sessions to switch or manage.
  • Ctrl + b + $: Name/Rename the current session.
  • Ctrl + b + d: Detach from the session but keep it running.
  • Ctrl + b + (: Switch to the previous session.
  • Ctrl + b + ): Switch to the next session.
  • Ctrl + b + L: Switch to the last used session.

🪟 Window Management

  • Ctrl + b + c: Create a new window.
  • Ctrl + b + ,: Rename the current window.
  • Ctrl + b + w: Choose a window from a list.
  • Ctrl + b + n: Go to the next window.
  • Ctrl + b + p: Go to the previous window.
  • Ctrl + b + l: Go to the last active window.
  • Ctrl + b + 0-9: Select window by index number.
  • Ctrl + b + f: Find a window by name.
  • Ctrl + b + &: Kill/Close the current window.
  • Ctrl + b + .: Move a window (change its index number).

🪟 Pane Management

  • Ctrl + b + %: Vertical split.
  • Ctrl + b + ": Horizontal split.
  • Ctrl + b + o: Cycle through open panes.
  • Ctrl + b + ;: Move to the previously active pane.
  • Ctrl + b + x: Kill the current pane.
  • Ctrl + b + z: Zoom (Toggle fullscreen) the active pane.
  • Ctrl + b + !: Convert a pane into a new window.
  • Ctrl + b + {: Move current pane left.
  • Ctrl + b + }: Move current pane right.
  • Ctrl + b + Space: Cycle through preset pane layouts.

📋 Copy & Search (Buffer)

  • Ctrl + b + [: Enter Copy Mode (for scrolling and selecting).
  • Ctrl + b + ]: Paste the most recent buffer.
  • Ctrl + b + #: List all copy buffers.
  • Ctrl + b + =: Choose a specific buffer to paste.

⚙️ System & Help

  • Ctrl + b + ?: View all keybindings currently bound.
  • Ctrl + b + :: Enter the tmux command line.
  • Ctrl + b + r: Force a redraw of the screen.
  • Ctrl + b + t: Show the digital clock.

🔌 TPM (Tmux Plugin Manager)

  • Ctrl + b + I: (Capital I) Install new plugins.
  • Ctrl + b + U: Update existing plugins.
  • Ctrl + b + alt + u: Uninstall plugins not in your config file.

🎖️ Credits

  • Colorscheme: Catppuccin for Tmux – for the aesthetic status bar and modules.
  • Plugin Management: Tmux Plugin Manager (TPM) – for handling the plugin ecosystem.
  • Optimization: Performance tweaks for Termux inspired by the Android/Termux community.

💝 Support

If you would like to support it via donation

Releases

No releases published

Packages

 
 
 

Contributors

Languages