Skip to content

Instantly share code, notes, and snippets.

@infurno
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save infurno/9052630 to your computer and use it in GitHub Desktop.

Select an option

Save infurno/9052630 to your computer and use it in GitHub Desktop.
Screen rc to allow you to use F5 and F6 to move from screen to screen.
# I got this from Andrew Nelson. https://github.com/red-tux
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
altscreen on
defscrollback 2000
termcapinfo xterm ti@:te@
bindkey -k k5 prev #F5 Previous Window
bindkey -k k6 next #F6 Next Window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment