Mercurial > ec-dotfiles
comparison rc/vimrc @ 716:42e58cea7821
[vimrc] Remove unused craps
author | nanaya <me@nanaya.net> |
---|---|
date | Mon, 19 Dec 2022 05:39:15 +0900 |
parents | 0466907e566a |
children | 2cfa6fb4e755 19909a0557af |
comparison
equal
deleted
inserted
replaced
715:3f0fd2156612 | 716:42e58cea7821 |
---|---|
33 | 33 |
34 set number | 34 set number |
35 | 35 |
36 " http://stackoverflow.com/questions/14635295/vim-takes-a-very-long-time-to-start-up | 36 " http://stackoverflow.com/questions/14635295/vim-takes-a-very-long-time-to-start-up |
37 set clipboard=exclude:.* | 37 set clipboard=exclude:.* |
38 | |
39 if has("eval") | |
40 execute pathogen#infect() | |
41 endif | |
42 | 38 |
43 filetype plugin on | 39 filetype plugin on |
44 filetype indent off | 40 filetype indent off |
45 | 41 |
46 map <C-t><up> :tabr<cr> | 42 map <C-t><up> :tabr<cr> |