trying to create my own keymaps

This commit is contained in:
Joost Agterhoek 2024-10-29 14:40:14 +01:00
parent 6c5359fea0
commit f992e8abc9

1
lua/keymaps.lua Normal file
View File

@ -0,0 +1 @@
-- vim.keymap.set('n', '<leader>si', ':!feh <cfile> <CR>', { desc = 'Open file under cursor with feh' })