mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
Fixed typo in neovim mappings
This commit is contained in:
@@ -56,7 +56,7 @@ keymap('n', '<leader>F', '<cmd>:FormatWrite<CR>', default_options)
|
|||||||
-- Finds
|
-- Finds
|
||||||
|
|
||||||
-- Find espanso config files.
|
-- Find espanso config files.
|
||||||
keymap('n', '<leader>fn', function()
|
keymap('n', '<leader>fe', function()
|
||||||
telescope.find_files({
|
telescope.find_files({
|
||||||
cwd='$HOME/.dotfiles/espanso/espanso'
|
cwd='$HOME/.dotfiles/espanso/espanso'
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user