Skip to content

Instantly share code, notes, and snippets.

View dshevchuk's full-sized avatar
🇺🇦
Glory to Ukraine! Glory to Heroes!

Dmytro Shevchuk dshevchuk

🇺🇦
Glory to Ukraine! Glory to Heroes!
View GitHub Profile
@dshevchuk
dshevchuk / AdbCommands
Created April 6, 2021 21:28 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
### According UPCATSE tmux trails
bind -n C-h select-pane -L
bind -n C-j select-pane -D
bind -n C-k select-pane -U
bind -n C-l select-pane -R
# To use Ctrl + Up/Down/Left/Right
#set-window-option -g xterm-keys on
#bind -n C-Left resize-pane -L 10