zed/crates/editor/src
Conrad Irwin 372f66c88a
Add workspace::ActivatePaneInDirection (#2757)
This change adds support for choosing a pane based on direction; and
adds default keybindings (`cmd+k cmd+{left,right,up,down}`) and vim
keybindings.

Release Notes:

- Add support for navigating to the next pane in a given direction using
`cmd+k cmd-{up,down,left,right}`
([#476](https://github.com/zed-industries/community/issues/476),
[#478](https://github.com/zed-industries/community/issues/478))
- Vim: adds support for many window related shortcuts: `ctrl-w
{h,j,k,l,up,down,left,right,w,W,p}` for navigating around panes, `ctrl-w
{q,c}` for closing panes and `ctrl-w {v,s}` for splitting panes.
2023-07-20 11:17:13 -06:00
..
display_map
multi_buffer
scroll
test
blink_manager.rs
display_map.rs
editor.rs
editor_settings.rs
editor_tests.rs
element.rs
git.rs
highlight_matching_bracket.rs
hover_popover.rs
inlay_hint_cache.rs
items.rs
link_go_to_definition.rs
mouse_context_menu.rs
movement.rs
multi_buffer.rs
persistence.rs
scroll.rs
selections_collection.rs
test.rs