瀏覽代碼

Move mouse command because meh

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

+ 2 - 2
tmux.conf

@@ -1,10 +1,10 @@
-set -g mouse on
-
 # List of plugins
 set -g @plugin 'tmux-plugins/tpm'
 set -g @plugin 'tmux-plugins/tmux-sensible'
 set -g @plugin 'christoomey/vim-tmux-navigator'
 
+set -g mouse on
+
 # try to use correct colors
 set -g default-terminal screen-256color