瀏覽代碼

~/.tmux.conf: Add shortcut to do a vertical 20% split

I do this a lot, so let's automate it!
Lu Stadler 5 年之前
父節點
當前提交
cf9d40d94e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .tmux.conf

+ 2 - 0
.tmux.conf

@ -31,6 +31,8 @@ bind-key -n C-PageUp select-window -t:-1
31 31
bind-key -n C-PageDown select-window -t:+1
32 32
bind-key -n C-T new-window -c "#{pane_current_path}"
33 33
34
bind-key -n C-S split-window -v\; resize-pane -y 20
35
34 36
set -g status-keys emacs
35 37
bind-key -T copy-mode-vi ? command-prompt -i -I "#{pane_search_string}" -p "(search up)" "send -X search-backward-incremental \"%%%\""
36 38
bind-key -T copy-mode-vi / command-prompt -i -I "#{pane_search_string}" -p "(search down)" "send -X search-forward-incremental \"%%%\""