keysets
keysets copied to clipboard
Custom keyboard shortcut presets for Warp, a blazingly fast modern terminal
Warp Keyboard Shortcut Presets
This is an open source repository with custom keyboard shortcut presets for Warp.
Installation
Disclaimer
These presets are a work in progress and may be missing some functionality. As we continue to improve Warp and support more behaviors, they will be updated. If you have any questions or run into any issues, please reach out to us either on Discord or in our Issues Repository
How to Install
To use any of these keyboard presets, follow these steps:
- Confirm that you have a
~/.warpdirectory. If you don't, create it withmkdir ~/.warp - If you have an existing
~/.warp/keybindings.yamlfile, back it up by renaming it tokeybindings.yaml.bak - Copy the appropriate
.yamlfile from this repo into~/.warp/ - Rename that file to
keybindings.yaml - Restart Warp
That's it! When Warp re-opens it will pick up your new keyboard shortcuts and automatically apply
them. Any additional customizations you make to your keybindings will also be saved into
keybindings.yaml, so feel free to modify them as you see fit.
Uninstallation
If you decide that you don't like a preset and want to restore your previous settings, follow these steps:
- Delete
~/.warp/keybindings.yaml - Rename the back-up you created in step (2) above back to
keybindings.yaml - Restart Warp
Contribution
We welcome and appreciate any contributions! The existing preset files should serve as an example for the format, however a more comprehensive description of the file format is available in FORMAT.md