Skip to content

Commit

Permalink
I know i know
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-zan committed Dec 12, 2024
1 parent 8a22244 commit 7940943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/reymerk/remap.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

-- Easy save file
vim.keymap.set('n', '<leader>s', function() vim.cmd('up') end, { desc = '[S] Save buffer' })
vim.keymap.set('n', '<C-s>', function() vim.cmd('up') end, { desc = '[S] Save buffer' })

-- buffer navigation

Expand Down

0 comments on commit 7940943

Please sign in to comment.