Internship stuff
This commit is contained in:
parent
21615a1f9c
commit
fa418e9e11
|
@ -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-8 select-window -t 8
|
||||||
bind-key -n M-9 select-window -t 9
|
bind-key -n M-9 select-window -t 9
|
||||||
|
|
||||||
set -g mouse on
|
set -g mouse off
|
||||||
# https://superuser.com/a/1007721
|
# 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'"
|
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'"
|
||||||
|
|
||||||
|
|
|
@ -56,5 +56,8 @@ Plug 'vim-pandoc/vim-pandoc-syntax'
|
||||||
Plug 'idanarye/vim-vebugger'
|
Plug 'idanarye/vim-vebugger'
|
||||||
Plug 'w0rp/ale'
|
Plug 'w0rp/ale'
|
||||||
|
|
||||||
|
" Automatically closes brackets, quotes and parentheses
|
||||||
|
Plug 'jiangmiao/auto-pairs'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue