bal_gennady

zed_keymap.json @ doganarif

Oct 21st, 2025
1,091
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.40 KB | Source Code | 0 0
  1. [
  2.   {
  3.     "context": "Editor",
  4.     "bindings": {
  5.       "ctrl-s": "workspace::Save"
  6.     }
  7.   },
  8.   {
  9.     "context": "VimControl && !VimWaiting && !menu",
  10.     "bindings": {
  11.       ", w": "workspace::Save",
  12.       ", q": "pane::CloseActiveItem",
  13.       ", e": "project_panel::ToggleFocus",
  14.       ", v s": "pane::SplitRight",
  15.       ", s s": "pane::SplitDown",
  16.       "escape": "editor::Cancel"
  17.     }
  18.   }
  19. ]
Tags: dotfiles Zed
Advertisement
Add Comment
Please, Sign In to add comment