diff --git a/config/tmux.conf b/config/tmux.conf index 9c9f7d9..c5aa3a9 100644 --- a/config/tmux.conf +++ b/config/tmux.conf @@ -9,7 +9,7 @@ bind-key -n M-7 select-window -t 7 bind-key -n M-8 select-window -t 8 bind-key -n M-9 select-window -t 9 -set -g mouse on +set -g mouse off # https://superuser.com/a/1007721 bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'copy-mode -e; send-keys -M'" diff --git a/config/vim/plugins b/config/vim/plugins index 4af9816..6b4ca8f 100644 --- a/config/vim/plugins +++ b/config/vim/plugins @@ -56,5 +56,8 @@ Plug 'vim-pandoc/vim-pandoc-syntax' Plug 'idanarye/vim-vebugger' Plug 'w0rp/ale' +" Automatically closes brackets, quotes and parentheses +Plug 'jiangmiao/auto-pairs' + call plug#end()