From 9d472a7705b45f02d38a9c9c61fc813cfb917cde Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 26 Mar 2023 11:04:04 -0400 Subject: restore a shell_pipe keybinding since i overwrote it with my quit binding --- config/helix/config.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/helix/config.toml b/config/helix/config.toml index bbc6cde..64e0726 100644 --- a/config/helix/config.toml +++ b/config/helix/config.toml @@ -8,6 +8,7 @@ color-modes = true [keys.normal] tab = ":w" "|" = ":q" +"\\" = "shell_pipe" "C-d" = ":buffer-close" -- cgit v1.2.3-54-g00ecf