From 2f38e634970f782febd86c857fde4137c6d111e4 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 6 Feb 2022 23:58:29 -0300 Subject: [PATCH] kak: Cambiar manejo de buffers --- .config/kak/kakrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/kak/kakrc b/.config/kak/kakrc index 61b72d2..e4ff8c2 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -102,8 +102,6 @@ define-command fzf-terminal -params 1.. -shell-completion %{ source "%val{config}/plugins/kakoune-buffers/buffers.kak" -hook global WinDisplay .* info-buffers - map global normal ^ q map global normal Q @@ -112,6 +110,7 @@ map global normal Q B map global normal map global normal -map global normal b ':enter-user-mode -lock buffers' -docstring 'buffers (lock)…' +map global normal b ':pick-buffers' -docstring 'pick buffers' +map global normal B ':enter-user-mode -lock buffers' -docstring 'buffers (lock)…' map global normal '' '' -docstring 'jump forward'