# zedl **Repository Path**: lynnux/zedl ## Basic Information - **Project Name**: zedl - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-29 - **Last Updated**: 2025-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Functions (only for windows builds of zed) 1. Patch json in zed process, replacing default keymap json by `patch_default.json`, vim keymap json by `patch_vim.json`, emacs keymap json by `patch_emacs.json` and default settings json by `patch_settings.json`. 2. Forward keymap `alt-f8` to `alt-i`, because there is a bug that zed fails to recognize alt-f8. # Usage 1. Put add_import.exe in the same directory as zed.exe and run it. It will add the dependency of zedl.dll to zed.exe and generate zed_new.exe which depends on zedl.dll. 2. Put the `patch_default.json`, `patch_vim.json`, `patch_emacs.json` and `patch_settings.json` to `%appdata%/zed` directory. Of course, these json files are all optional, but be sure the file size is shorter than orginal json in zed.exe. 2. Add `"alt-i": "editor::Format",` to your keymap.