refactor(nvim): use <leader>w to trigger window picker
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled

This commit is contained in:
Price Hiller 2024-05-28 14:59:55 -05:00
parent 94318e9676
commit 076e6f240f
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -25,7 +25,7 @@ return {
},
keys = {
{
"F",
"<leader>w",
function()
local win_id = require("window-picker").pick_window() or vim.api.nvim_get_current_win()
vim.api.nvim_set_current_win(win_id)