Skip to content

Commit

Permalink
feat(oil): use backspace to fire oil rather than -
Browse files Browse the repository at this point in the history
  • Loading branch information
RayGuo-ergou committed Jan 21, 2025
1 parent febf851 commit ffb6274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/ergou/plugins/oil.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ return {
cmd = { 'Oil' },
keys = {
{
'-',
'<backspace>',
'<cmd>Oil<CR>',
desc = 'Open Oil',
},
Expand Down

0 comments on commit ffb6274

Please sign in to comment.