From 468a789dbc4b1928c035d8590895efc533520a27 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 24 Feb 2021 17:07:33 +0100 Subject: Updated file tree to match XDG base directory specification --- .tmux.conf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .tmux.conf (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf deleted file mode 100644 index fc2fcb2..0000000 --- a/.tmux.conf +++ /dev/null @@ -1,13 +0,0 @@ -unbind C-b -set -g prefix C-f -bind C-f send-prefix - -set -g default-terminal "screen.xterm-256color" -set -g mouse on -setw -g mode-keys vi - -unbind l -bind k select-pane -U -bind j select-pane -D -bind l select-pane -R -bind h select-pane -L -- cgit