From 051c18103e7aa694833c567ba1dc860fdf6dc8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 18 Oct 2023 12:00:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(nvim):=20new=20binds=20for=20?= =?UTF-8?q?rayso=20selected=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/rayso.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/rayso.lua b/.config/nvim/lua/plugins/rayso.lua index 09113cca..7b4f073b 100644 --- a/.config/nvim/lua/plugins/rayso.lua +++ b/.config/nvim/lua/plugins/rayso.lua @@ -3,7 +3,8 @@ return { "TobinPalmer/rayso.nvim", cmd = { "Rayso" }, keys = { - { "cS", "Rayso", desc = "Screenshot code" }, + { "cS", "Rayso", mode = { "n" }, desc = "Screenshot Code" }, + { "cS", "'<,'>Rayso", mode = { "v" }, desc = "Screenshot Selection" }, }, opts = { open_cmd = "librewolf",