LoginSignup
0
0

More than 5 years have passed since last update.

vi に馴染めない人は ee で!

Last updated at Posted at 2017-02-21

スーパーユーザーが新規で作成した直後のユーザーでログインしたユーザーだと、標準のエディタが vi(1) となる
スクリーンエディタの ee(1) を標準のエディタにするように ~.cshrc 内の setenv EDITOR 行を書き換え

.cshrc
setnev  EDITOR  ee

書き換え後は、ログオフするか、下記コマンドを実行する

# source .cshrc
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0