turn on mouse support

This commit is contained in:
Paul Trowbridge 2021-06-07 21:09:58 -04:00
parent 08d1b789d3
commit fb31622c31
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ bind -r h select-pane -L # move left
bind -r j select-pane -D # move down bind -r j select-pane -D # move down
bind -r k select-pane -U # move up bind -r k select-pane -U # move up
bind -r l select-pane -R # move right bind -r l select-pane -R # move right
set -g mouse on
#plugin manager for install tmux-resurrect #plugin manager for install tmux-resurrect
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'

1
.vimrc
View File

@ -52,6 +52,7 @@ nmap <Leader>e :NERDTreeToggle<CR>
set incsearch set incsearch
set showmatch set showmatch
set hlsearch set hlsearch
set mouse=a
nnoremap \\ :noh<cr> " Clear higlighting nnoremap \\ :noh<cr> " Clear higlighting
"nnoremap <esc> :noh<return><esc> "nnoremap <esc> :noh<return><esc>
" Resize windows " Resize windows