From 0a3a579fa95da4b8ae52eedcfe925a66d0f2f895 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 3 Feb 2017 15:18:56 -0800 Subject: [tmux] Delete it (again) --- tmux.conf | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 tmux.conf (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf deleted file mode 100644 index 1c950a6..0000000 --- a/tmux.conf +++ /dev/null @@ -1,23 +0,0 @@ -# Prefix -set-option -g prefix C-z -unbind-key C-b -bind C-t send-prefix - -# show the status -set -g status on - -# split window -bind _ split-window -v -c "#{pane_current_path}" -bind | split-window -h -c "#{pane_current_path}" - -# Option -set-window-option -g mode-keys vi - -# renumber window -set-option -g renumber-windows on - -# rename the window -set-option -g allow-rename on - -# start at 1 -set-option -g base-index 1 -- cgit v1.2.3