aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-03-05 17:33:50 +0100
committerCharles <sircharlesaze@gmail.com>2020-03-05 17:33:50 +0100
commit7f1ddd1d21e8d444f742cc5819fa0a959f5534d2 (patch)
tree618a86238cc0fecc4497556c0291a1cb469cfaf9 /.tmux.conf
parent7d450ffb8caf12fa6bed250b6a67d3ecb237f904 (diff)
downloaddotfiles-7f1ddd1d21e8d444f742cc5819fa0a959f5534d2.tar.gz
dotfiles-7f1ddd1d21e8d444f742cc5819fa0a959f5534d2.tar.bz2
dotfiles-7f1ddd1d21e8d444f742cc5819fa0a959f5534d2.zip
Removing tmux, profile Refactoring zsh and vim 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 ac350d7..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