From e6c5065dfcaa83c2ea28a87ee6e4245055df9675 Mon Sep 17 00:00:00 2001 From: mo8it Date: Mon, 23 Oct 2023 17:08:51 +0200 Subject: [PATCH] Remove unneeded bindings because of my custom keymaps --- .config/helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 0a660fa..5dd842d 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -45,6 +45,9 @@ esc = ["collapse_selection", "keep_primary_selection"] [keys.normal.space] f = "file_picker_in_current_directory" F = "no_op" +p = "no_op" +P = "no_op" +y = "no_op" [keys.insert] esc = ["collapse_selection", "normal_mode"]