Internship stuff

This commit is contained in:
Geoffrey Frogeye 2019-07-08 11:01:46 +02:00
parent 21615a1f9c
commit fa418e9e11
2 changed files with 4 additions and 1 deletions

View file

@ -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'"

View file

@ -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()