================== View Configuration ================== Appearance and key mapping related configuration. Table of Content ================ .. toctree:: :maxdepth: 2 theme keymap Schema ====== All of the configuration in this section needs to be put under :code:`view` section, e.g. .. code-block:: :linenos: view: appearance: # Theme Configuration ... keymap: # Key Mapping Configuration ... ...