이상적으로는 터미널 또는 iTerm2에서 Vim을 사용하고 싶습니다. 그러나 견딜 수 없을 정도로 느려져 MacVim을 사용해야했습니다. MacVim에는 아무런 문제가 없지만, Terminal / iTerm2 만 사용하면 작업 과정이 훨씬 매끄 럽습니다.
느릴 때
파일, 특히 Rails 파일을로드하는 데 약 1-1.5 초가 걸립니다. rails.vim를 제거하면이 시간이 0.5-1 초로 줄어 듭니다. MacVim에서 이것은 순간적입니다.
를 통해 행과 열을 통해 스크롤
h
,j
,k
,l
. 키를 길게 누를수록 점점 느려집니다. 결국, 행을 점프하기 시작합니다. 키 반복이 빠름으로 설정되고 반복 될 때까지 지연이 짧음으로 설정되었습니다.10-15 분 동안 사용한 후 ctrlp 또는 Command-T와 같은 플러그인을 사용하면 매우 게으르다. 문자를 입력하고 2-3 초 후에 다음을 입력합니다.
내 설정
Mac OS X 버전 10.7.3 (1.6Ghz Intel Core 2 Duo, 4GB DDR3)을 실행하는 11 "MacBook Air
내 dotfiles .
> vim --version
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Nov 16 2011 16:44:23)
MacOS X (unix) version
Included patches: 1-333
Huge version without GUI. Features included (+) or not (-):
+arabic +autocmd -balloon_eval -browse ++builtin_terms +byte_offset +cindent
-clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
+conceal +cryptv -cscope +cursorbind +cursorshape +dialog_con +diff +digraphs
-dnd -ebcdic +emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path
+find_in_path +float +folding -footer +fork() -gettext -hangul_input +iconv
+insert_expand +jumplist +keymap +langmap +libcall +linebreak +lispindent
+listcmds +localmap -lua +menu +mksession +modify_fname +mouse -mouseshape
+mouse_dec -mouse_gpm -mouse_jsbterm +mouse_netterm -mouse_sysmouse
+mouse_xterm +multi_byte +multi_lang -mzscheme +netbeans_intg +path_extra -perl
+persistent_undo +postscript +printer +profile +python -python3 +quickfix
+reltime +rightleft +ruby +scrollbind +signs +smartindent -sniff +startuptime
+statusline -sun_workshop +syntax +tag_binary +tag_old_static -tag_any_white
-tcl +terminfo +termresponse +textobjects +title -toolbar +user_commands
+vertsplit +virtualedit +visual +visualextra +viminfo +vreplace +wildignore
+wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp -xterm_clipboard
-xterm_save
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
user exrc file: "$HOME/.exrc"
fall-back for $VIM: "/usr/local/Cellar/vim/7.3.333/share/vim"
Compilation: /usr/bin/llvm-gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=1
Linking: /usr/bin/llvm-gcc -L. -L/usr/local/lib -o vim -lm -lncurses -liconv -framework Cocoa -framework Python -lruby
플러그인이나 구문 강조없이 실행하려고했습니다. 파일을 훨씬 빠르게 열지 만 여전히 MacVim만큼 빠르지는 않습니다. 그러나 다른 두 가지 문제가 여전히 존재합니다.
- vim 구성이 왜 느린가요?
- 터미널 또는 iTerm2 내에서 vim 구성 속도를 개선하려면 어떻게해야합니까?