aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-10-11 08:12:51 +0200
committerCharles <sircharlesaze@gmail.com>2019-10-11 08:12:51 +0200
commit15836982fc01eb8721b97ba247b0d518d6ac5fca (patch)
tree61f9f7d3888ec057bafd4019a878001c33e76dff /.tmux.conf
parentc9600030d38442c92ead185fcd8307955c156ec3 (diff)
downloaddotfiles-15836982fc01eb8721b97ba247b0d518d6ac5fca.tar.gz
dotfiles-15836982fc01eb8721b97ba247b0d518d6ac5fca.tar.bz2
dotfiles-15836982fc01eb8721b97ba247b0d518d6ac5fca.zip
Exam config
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf35
1 files changed, 0 insertions, 35 deletions
diff --git a/.tmux.conf b/.tmux.conf
deleted file mode 100644
index d023ca5..0000000
--- a/.tmux.conf
+++ /dev/null
@@ -1,35 +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
-
-bind '"' split-window -c "#{pane_current_path}"
-bind รน split-window -h -c "#{pane_current_path}"
-bind c new-window -c "#{pane_current_path}"
-
-unbind [
-bind y copy-mode
-unbind p
-bind p paste-buffer
-bind-key -t vi-copy 'v' begin-selection
-bind-key -t vi-copy 'y' copy-selection
-bind-key -t vi-copy 'r' rectangle-toggle
-
-bind -t vi-copy y copy-pipe "xclip -sel clip -i"
-
-source-file $HOME/dotfiles/.my.tmuxtheme
-
-set -sg escape-time 0
-
-unbind l
-bind k select-pane -U
-bind j select-pane -D
-bind l select-pane -R
-bind h select-pane -L
-
-bind v previous-window
-
-unbind m