From dfa351c9d1419a8ce2c409e06b4ed9859dc2f857 Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 31 Aug 2023 11:08:25 +0200 Subject: Changed session-lens.search_session to 'ss' --- lua/user/pack.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/user') diff --git a/lua/user/pack.lua b/lua/user/pack.lua index 39941c8..20af851 100644 --- a/lua/user/pack.lua +++ b/lua/user/pack.lua @@ -240,7 +240,7 @@ return packer.startup(function(use) config = function() require('session-lens').setup({ --[[your custom config--]] }) - vim.keymap.set('n', 's', require('session-lens').search_session) -- <-- this sets it to `Ctrl + s` + vim.keymap.set('n', 'ss', require('session-lens').search_session) -- <-- this sets it to `Ctrl + s` end, }) -- cgit v1.2.3