sachin3973 / keysets

Custom keyboard shortcut presets for Warp, a blazingly fast modern terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  1. Confirm that you have a ~/.warp directory. If you don't, create it with mkdir ~/.warp
  2. If you have an existing ~/.warp/keybindings.yaml file, back it up by renaming it to keybindings.yaml.bak
  3. Copy the appropriate .yaml file from this repo into ~/.warp/
  4. Rename that file to keybindings.yaml
  5. 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:

  1. Delete ~/.warp/keybindings.yaml
  2. Rename the back-up you created in step (2) above back to keybindings.yaml
  3. 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

About

Custom keyboard shortcut presets for Warp, a blazingly fast modern terminal

License:Apache License 2.0