From 68d054306340d2df24c8bccc89531b8778b93dbb Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Fri, 9 Feb 2024 22:02:40 +0800 Subject: OpenBSD dotfiles. --- .tmux.conf | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .tmux.conf (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf deleted file mode 100644 index bb66436..0000000 --- a/.tmux.conf +++ /dev/null @@ -1,10 +0,0 @@ -# remap prefix from 'C-b' to 'C-a' -unbind C-b -set-option -g prefix C-a -bind-key C-a send-prefix - -# split panes using | and - -bind H split-window -h -bind V split-window -v -unbind '"' -unbind % -- cgit v1.2.3