Setting up mcedit as the default text editor

Open file in edit mode:


$  mcedit ~/.bash_profile

Add line:


. . .
export VISUAL="mcedit"

Reload profile settings:


$  . ~/.bash_profile

No comments:

Post a Comment

Why BQ28Z610 function Current() returns 0 mA

Fixing 0 mA Current Readings on the BQ28Z610 Device Custom driver for the BQ28Z610 device was connected directly via I2C. It is p...