Ver código fonte

adds easymotion

master
Jean-Christophe Vanhalle 4 anos atrás
pai
commit
e1eeee134e
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      .vimrc

+ 3
- 0
.vimrc Ver arquivo

@@ -26,6 +26,7 @@ Plug 'chrisbra/vim-autosave'
Plug 'junegunn/goyo.vim'
Plug 'junegunn/limelight.vim'
Plug 'bilalq/lite-dfm'
Plug 'easymotion/vim-easymotion'

call plug#end()

@@ -95,6 +96,8 @@ map <C-l> <C-W>>

map tt :tabnew<CR>

map f <Plug>(easymotion-overwin-f2)

autocmd BufRead *.* set nohlsearch
"autocmd BufRead *.c,*.h set ft=c "filetype c quand fichier c"
"autocmd BufRead *.lua set ft=lua

Carregando…
Cancelar
Salvar