Skip to content

Instantly share code, notes, and snippets.

View picaoao's full-sized avatar

Ricardo Oliveira picaoao

  • Foamball Software
  • Porto
  • 21:43 (UTC +01:00)
  • X @picaoao
View GitHub Profile
@rajanand02
rajanand02 / tmux.conf
Last active February 3, 2024 07:28
Tmux configurations with status bar theme
# set prefix to control-f
set -g prefix C-f
#unbind system defined prefix
unbind C-b
# helps in faster key repetition
set -sg escape-time 0
# start session number from 1 rather than 0