瀏覽代碼

reallow clear screen

Kevin Heinicke 8 年之前
父節點
當前提交
6d42bbb209
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tmux.conf

+ 3 - 0
tmux.conf

@@ -17,3 +17,6 @@ bind -n C-j run "(tmux display-message -p '#{pane_current_command}' | grep -iq v
 bind -n C-k run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-k) || tmux select-pane -U"
 bind -n C-l run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-l) || tmux select-pane -R"
 bind -n C-\ run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys 'C-\\') || tmux select-pane -l"
+
+# C-l is taken over by vim style pane navigation
+bind C-l send-keys 'C-l'