Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ediw8311xht committed Aug 24, 2024
1 parent 8d51f74 commit 8028e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/mappings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ local leader_nnoremap = {
{ 'Edit File CWD', 'E' , ':call feedkeys(":e " . FilePathFull() . "/")<CR>' },
{ '+ Wrap', 'f' , ':set wrap!<esc>' },
{ 'New File', 'gn' , ':enew<esc>' },
{ '', 'gh' , ':call getHL()<CR>' },
{ '', 'gh' , ':call GetHL()<CR>' },
{ 'Print Mappings', 'gm' , ':call GMaps()<CR>' },
{ 'Helpgrep', 'H' , ':vert helpgrep ' },
{ 'Open diagnostics', 'i' , ':lua vim.diagnostic.open_float(nil, {focus=true, scope="cursor")<CR>' },
Expand Down

0 comments on commit 8028e23

Please sign in to comment.