Skip to content

Instantly share code, notes, and snippets.

View Lartza's full-sized avatar

Lari Lartza

  • Tampere, Finland
  • 06:25 (UTC +03:00)
View GitHub Profile
@Lartza
Lartza / tmux.conf
Last active May 9, 2024 23:42 — forked from anonymous/tmux.conf
vim friendly tmux configuration
#Prefix is Ctrl-a
set -g prefix C-a
bind C-a send-prefix
unbind C-b
set -sg escape-time 1
set -g base-index 1
setw -g pane-base-index 1
#Mouse works as expected