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
# ==== Basic | |
# Default shell | |
set-option -g default-shell /bin/bash | |
set-option -g default-command /bin/bash | |
# Allow UTF-8 | |
set-window-option -g utf8 on | |
# Disable ESC delay | |
set-option -s escape-time 0 | |
# ==== Reload config (r) |
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
== Adb Server | |
adb kill-server | |
adb start-server | |
== Adb Reboot | |
adb reboot | |
adb reboot recovery | |
adb reboot-bootloader | |
== Shell |