This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Helix-mode keybindings for Ghostty. | |
| # | |
| # Adapted from vim.ghostty https://gist.github.com/mitchellh/1c5be5c083a2315f22f1cb8f239e9dcd | |
| # Note: We're missing a number of actions to produce a better vim experience. | |
| # This is what is possible today! But we plan on adding more actions to make | |
| # this even better in the future. | |
| # Entry point | |
| keybind = alt+v=activate_key_table:helix |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", | |
| "logo": { | |
| "padding": { | |
| "top": 5, | |
| "right": 6 | |
| } | |
| }, | |
| "modules": [ | |
| "break", |