mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-20 15:10:02 +00:00
@@ -6,5 +6,5 @@ function OpenFinder()
|
||||
local current_path = vim.fn.expand('%:p:h')
|
||||
vim.cmd('!open ' .. current_path)
|
||||
end
|
||||
vim.api.nvim_set_keymap('n', '<leader>of', ':lua OpenFinder()<CR>', { noremap = true, silent = true })
|
||||
|
||||
vim.api.nvim_set_keymap('n', '<leader>of', ':lua OpenFinder()<CR>', { noremap = true, silent = true })
|
||||
|
||||
Reference in New Issue
Block a user