chore: turn off vim mode in zed

Signed-off-by: jolheiser <git@jolheiser.com>
homepage
jolheiser 2024-09-23 18:29:03 -05:00
parent e70db6babb
commit ec06b9b269
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ in
}; };
theme = "Catppuccin Mocha"; theme = "Catppuccin Mocha";
ui_font_size = 15; ui_font_size = 15;
vim_mode = true; vim_mode = false;
relative_line_numbers = true; relative_line_numbers = true;
vim = { vim = {
use_system_clipboard = "always"; use_system_clipboard = "always";