diff options
author | max397574 <[email protected]> | 2021-10-24 13:55:33 +0200 |
---|---|---|
committer | max397574 <[email protected]> | 2021-10-24 13:55:33 +0200 |
commit | d81bf90edfe41ceee6b17f5c22df09f06ce427b2 (patch) | |
tree | e5d2c8e4bf04959b36eb3377587aa8c01deb3882 /readme.md | |
parent | 080b94dee566551d287cc1c033f0cf0cea16d566 (diff) |
docs(readme): 📚added mapping settings
): ✨title
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -75,6 +75,14 @@ settings = { empty_lines_between_mappings = true/false, -- add an empty line between mapping/commands paddings = <paddings>, } + mappings = { + -- keys in normal vim mapping format e.g. <c-o> + -- string + execute_command = <key>, + open_file = <key>, + open_file_split = <key>, + open_section = <key>, + }, colors = { background = <color>, -- hex color code } |