DEV Community

Discussion on: Linux's commands and tricks I'm using in my daily job as a developer

Collapse
 
iamnielsjanssen profile image
iamnielsjanssen • Edited

For me 'screen' is unmissable when working in terminal applications. It is like having multiple windows! ctrl-a then 'c' creates new screen, ctrl-a 'space' switches through screens.

Collapse
 
jonaustin profile image
Jon Austin

generally use tmux nowadays

Collapse
 
geekeg0 profile image
Keith Sloan

Agreed. I tend to map my F-keys to swich between next, prev and list screens.
bindkey -k k3 prev
bindkey -k k4 next
bindkey -k k5 windowlist