Skip to content

Instantly share code, notes, and snippets.

@anicet
anicet / tmux-cheatsheet.markdown
Created February 9, 2021 10:16 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
root / torrents#index {:subdomain=>"admin"}
root / static#home
torrents GET /torrents(.:format) torrents#index
POST /torrents(.:format) torrents#create
new_torrent GET /torrents/new(.:format) torrents#new
edit_torrent GET /torrents/:id/edit(.:format) torrents#edit
torrent GET /torrents/:id(.:format) torrents#show
PUT /torrents/:id(.:format) torrents#update
DELETE /torrents/:id(.:format) torrents#destroy