Post #414965
2026-02-12 16:04 UTC
I just can't help it, must share this with others 😅 . My custom (missing for years) key binding for #neovim :
map("n", "<leader>fom", "<cmd>!open -R %<cr>", { desc = "Open current buffer in MacOS Finder" })
map("n", "<leader>fym", "<cmd>let @+ = expand('%')<cr>", { desc = "Yank relative path to current buffer" })
Replies (0)
No replies.