Skip to content

Latest commit

 

History

History

tmux

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

useful tmux shortcuts

  • : Ctrl-b

  • + : ~ enter commands

  • + PgUp ~ navegar en la terminal desde una pagina mas arriba

  • + [ ~ navegar en la terminal

  • + % ~ crear tab en la misma fila

  • + " ~ crear tab en la misma columna

  • + arrow keys ~ navegar tabs

  • + z ~ zoom (poner tab en terminal entera)

  • exit ~ close window

  • + ALT + arrow ~ resize pan

  • + : ~ enter command mode

  • + c ~ create new tab

  • + n/p ~ cycle tabs

  • + x + y ~ close current tab

  • + s ~ opened windows tree (hit ENTER to go to window under cursor)

  • + ] + / ~ copy mode + text search

copy/paste:

  • + z ~ zoom pane
  • + [ ~ copy mode
  • hold shift and select with mouse (copy mode)

tabs/panes/windows:

  • + s ~ show all sessions
  • + {/} ~ move window left/right
  • + ! ~ convert pane into separate window (not that useful if i can zoom tho)

Plugins

vim-resurrection:

  • + Ctrl-s ~ save session
  • + Ctrl-r ~ restore saved session