From 869be617bf20a63eb3da219d76d68431f484b9d2 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Wed, 10 Dec 2025 09:50:27 +0200 Subject: [PATCH] parrot: add F12 keymap to toggle chat --- lua/crentist/remap.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/crentist/remap.lua b/lua/crentist/remap.lua index d6ad5c8..cf5b91d 100644 --- a/lua/crentist/remap.lua +++ b/lua/crentist/remap.lua @@ -43,3 +43,5 @@ vim.keymap.set("v", "x", ":lua") vim.keymap.set("n", "", "cnext") vim.keymap.set("n", "", "cprev") +vim.keymap.set("n", "", "PrtChatToggle") +