Remove tmux-navigator

This commit is contained in:
2019-10-23 11:47:08 +00:00
parent 801857a500
commit 42ccd68d0f
2 changed files with 6 additions and 31 deletions

22
vimrc
View File

@@ -50,31 +50,21 @@ if v:version >= 703
set backupdir=/tmp//,.
endif
" TODO put in a file group
" TODO put in file groups
imap cll console.log()<Esc>==f(a
" let g:tmux_navigator_no_mappings = 1
" let g:tmux_navigator_save_on_switch = 1
" Disable tmux navigator when zooming the Vim pane
" let g:tmux_navigator_disable_when_zoomed = 1
" nnoremap <silent> <C-Left> :TmuxNavigateLeft<cr>
" nnoremap <silent> <C-Down> :TmuxNavigateDown<cr>
" nnoremap <silent> <C-Up> :TmuxNavigateUp<cr>
" nnoremap <silent> <C-Right> :TmuxNavigateRight<cr>
" nnoremap <silent> <C-backspace> :TmuxNavigatePrevious<cr>
imap ii IO.inspect(
set ignorecase smartcase
set incsearch
set complete=.,b,u,]
set wildignore+=deps/*,*.sw?
set wildignore+=deps/*,node_modules/*,*.sw?
" set background=light
" source ~/.vim/colors/midnight.vim
color desert
let g:airline_theme=papercolor
if has("AirlineTheme")
let g:airline_theme=papercolor
endif
" enable syntax highlighting if it is supported
if has("syntax")