소스 검색

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