소스 검색

Set default editor.

bsofdth 12 년 전
부모
커밋
df778a9259
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      bashrc

+ 1 - 0
bashrc

@@ -116,6 +116,7 @@ fi
 
 # allow ctrl+S in vim to save files, ie pass the command to vim when
 # vim is open.
+export EDITOR="vim"
 vim() {
   local STTYOPTS="$(stty --save)"
   stty stop '' -ixoff