Skip to content

Instantly share code, notes, and snippets.

View Karlfiner-Robotiken's full-sized avatar
💭
Awesome

Karlfiner Robotiken Karlfiner-Robotiken

💭
Awesome
View GitHub Profile
@Karlfiner-Robotiken
Karlfiner-Robotiken / README.md
Created June 28, 2023 15:01 — forked from ppoffice/README.md
Install Visual Studio Code (actually code-server) on Android
  1. Install Termux, an Android terminal emulator that provides a Linux execution environment and various tools.

  2. Update system packages in Termux:

    $ pkg update -y
bind-key C-b send-prefix
bind-key C-o rotate-window
bind-key C-z suspend-client
bind-key Space next-layout
bind-key ! break-pane
bind-key " split-window
bind-key # list-buffers
bind-key $ command-prompt -I #S "rename-session '%%'"
bind-key % split-window -h
bind-key & confirm-before -p "kill-window #W? (y/n)" kill-window

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname