This is an open source repository with custom keyboard shortcut presets for Warp.
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
To use any of these keyboard presets, follow these steps:
- Confirm that you have a
~/.warp
directory. If you don't, create it withmkdir ~/.warp
- If you have an existing
~/.warp/keybindings.yaml
file, back it up by renaming it tokeybindings.yaml.bak
- Copy the appropriate
.yaml
file 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.
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
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