Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Aug 1, 2024
1 parent 05cb1a6 commit 0cf45ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/internal/event.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ au('FileType', {
map('.', 'gh', true, 'toggle dotfiles')
map('H', 'u', true, 'go back')
map('h', '-^', true, 'go up')
map('c', '%', true, 'create file')
map('r', '<Plug>NetrwRefresh', false, 'refresh')
map('s', split('vsplit'), false, 'vsplit open')
map('v', split('split'), false, 'split open')
end,
Expand Down

0 comments on commit 0cf45ee

Please sign in to comment.