EDITRC(5) - File Formats Manual
EDITRC(5) - File Formats Manual # EDITRC(5) - File Formats Manual NAME # editrc - configuration file for editline library DESCRIPTION # The editrc file defines various settings to be used by the editline(3) library. The format of each line is: [prog:]command [arg ...] command is one of the editline(3) builtin commands. Refer to BUILTIN COMMANDS for more information. prog is the program name string that a program defines when it calls el_init(3) to set up editline(3), which is usually argv[0]. ...