refactor(nvim): use <leader>w
to trigger window picker
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
This commit is contained in:
parent
94318e9676
commit
076e6f240f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user