Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 776 Bytes

command_line.md

File metadata and controls

27 lines (23 loc) · 776 Bytes

Command Line FU

| Opens a text editor to write a command in . | The arguments from the last line command | Command wont be saved in history [...] | Yank the current line, run another command, paste the original line vim -x filename | Encrypt file * | Insert autocompletion results on the command line

Tmux

Copy Paste <prefix [> Enter copy mode Space Start selection * Highlight Selection * Copy to Tmux Buffer * Navigate to Paste Location * <prefix ]> Paste From Buffer

Other Copy Paste tmux show-buffer tmux save-buffer file_name.txt tmux list-buffers tmux show-buffer -b [buff_index] tmux save-buffer -b [buff_index]