From 76267baf1e9c24de911cf50dec3a3514ff2ebd12 Mon Sep 17 00:00:00 2001 From: penguin-teal <130006737+penguin-teal@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:56:44 -0600 Subject: [PATCH] impr(languages): replace 2 fake code_vim commands with real ones (#5137) --- frontend/static/languages/code_vim.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/static/languages/code_vim.json b/frontend/static/languages/code_vim.json index d543e1f2f69d..50b44d1a5c5e 100644 --- a/frontend/static/languages/code_vim.json +++ b/frontend/static/languages/code_vim.json @@ -31,8 +31,8 @@ "y$", "D", ":e.", - ":Sex", - ":Sex!", + ":s/find/new", + "/findall", ":browse e", ":ls", ":cd..",