This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4ti2 | |
a52dec | |
aalib | |
aarch64-linux-gnu-binutils | |
aarch64-linux-gnu-gcc | |
aarch64-linux-gnu-glibc | |
aarch64-linux-gnu-linux-api-headers | |
abseil-cpp | |
accerciser | |
accountsservice |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Change the default prefix for tmux commands from "C-b" (Ctrl + b) to "C-a" (Ctrl + a) | |
set-option -g prefix C-a | |
# Unbind the "C-b" key | |
unbind-key C-b | |
# Bind "C-a" as the prefix for sending commands | |
bind-key C-a send-prefix | |
# Enable mouse support in tmux, allowing interactions such as resizing panes |