Skip to content

Instantly share code, notes, and snippets.

@tiijima
Created September 2, 2015 09:37
Show Gist options
  • Save tiijima/9d4d172133cc919c5b4c to your computer and use it in GitHub Desktop.
Save tiijima/9d4d172133cc919c5b4c to your computer and use it in GitHub Desktop.
vi起動時に「E437: terminal capability "cm" required」というエラーが表示される時
#vi起動時に「E437: terminal capability "cm" required」というエラーが表示される時
#.bashrcに以下を記述する
export TERM=vt100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment