fix vim repeat (#8513)
Release Notes: - vim: Fixed `.` when multiple windows are open ([#7446](https://github.com/zed-industries/zed/issues/7446)). - vim: Fixed switching to normal mode after `J`, `<` or `>` in visual mode ([#4439](https://github.com/zed-industries/zed/issues/4439)) - vim: Added `ctrl-t` and `ctrl-d` for indent/outdent in insert mode. - Fixed indent/outdent/join lines appearing to work in read-only buffers ([#8423](https://github.com/zed-industries/zed/issues/8423)) - Fixed indent with an empty selection when the cursor was in column 0
This commit is contained in:
parent
9a7a267203
commit
9906b31691
7 changed files with 82 additions and 48 deletions
|
@ -142,8 +142,6 @@ pub fn initialize_workspace(app_state: Arc<AppState>, cx: &mut AppContext) {
|
|||
|
||||
auto_update::notify_of_any_new_update(cx);
|
||||
|
||||
vim::observe_keystrokes(cx);
|
||||
|
||||
let handle = cx.view().downgrade();
|
||||
cx.on_window_should_close(move |cx| {
|
||||
handle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue