comparison rc/vimrc @ 682:88888f40c628

[vimrc] Disable indent plugin Less predictable behavior with it enabled.
author nanaya <me@nanaya.pro>
date Fri, 24 Jun 2022 22:50:19 +0900
parents a34ee4c7d0ce
children ae7f2fb75cdf
comparison
equal deleted inserted replaced
681:137b18a1898e 682:88888f40c628
38 38
39 if has("eval") 39 if has("eval")
40 execute pathogen#infect() 40 execute pathogen#infect()
41 endif 41 endif
42 42
43 if has('filetype') 43 filetype plugin on
44 filetype plugin indent on 44 filetype indent off
45 endif
46 45
47 map <C-t><up> :tabr<cr> 46 map <C-t><up> :tabr<cr>
48 map <C-t><down> :tabl<cr> 47 map <C-t><down> :tabl<cr>
49 map <C-t><left> :tabp<cr> 48 map <C-t><left> :tabp<cr>
50 map <C-t><right> :tabn<cr> 49 map <C-t><right> :tabn<cr>