diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-07-25 17:22:53 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-07-25 17:22:53 +0200 |
| commit | fd76d9129dab827f7143fa180da6d0e4dbad33fa (patch) | |
| tree | 2adb4466dc67ef2456d593f40e3a43e2d7218fbf /.tmux.conf | |
| parent | 07064c697f273525e505ec498b7c9a5859310311 (diff) | |
| download | dotfiles-fd76d9129dab827f7143fa180da6d0e4dbad33fa.tar.gz dotfiles-fd76d9129dab827f7143fa180da6d0e4dbad33fa.tar.bz2 dotfiles-fd76d9129dab827f7143fa180da6d0e4dbad33fa.zip | |
Added .tmux.conf, vim markdown preview plugin
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..fc2fcb2 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,13 @@ +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 |
