zed/assets/keymaps
Conrad Irwin 2762f9b1c6 vim: Add support for ctrl-w commands
Primarily {h,j,k,l,left,right,up,down} for moving to a pane by
direction; but also {w,W,p} for going forward/back, and {v,s} for
splitting a pane vertically/horizontally, and {c,q} to close a pane.

There are a large number of ctrl-w commands that are not supported, and
which fall into three buckets:

* switch this pane with that one (VScode also has this, and it's a
  requested feature)
* move to top/bottom/leftmost/rightmost
* counts on any of these
* jump to "definition/file-under-cursor/etc.etc." in a new pane.
2023-07-19 18:29:13 -06:00
..
atom.json feat(workspace): allow alternative actions to open files and symbols in split 2023-07-14 21:49:15 +02:00
default.json feat(workspace): allow alternative actions to open files and symbols in split 2023-07-14 21:49:15 +02:00
jetbrains.json feat(workspace): allow alternative actions to open files and symbols in split 2023-07-14 21:49:15 +02:00
sublime_text.json feat(workspace): allow alternative actions to open files and symbols in split 2023-07-14 21:49:15 +02:00
textmate.json feat(workspace): allow alternative actions to open files and symbols in split 2023-07-14 21:49:15 +02:00
vim.json vim: Add support for ctrl-w commands 2023-07-19 18:29:13 -06:00