Move keymap and change to inline

This commit is contained in:
Nicky Obreykov 2025-03-07 12:02:13 +01:00
parent 4fa6ece95e
commit 29e4440e9c
2 changed files with 2 additions and 3 deletions

View file

@ -190,8 +190,6 @@ vim.keymap.set('n', '<C-l>', '<C-w><C-l>', { desc = 'Move focus to the right win
vim.keymap.set('n', '<C-j>', '<C-w><C-j>', { desc = 'Move focus to the lower window' })
vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper window' })
vim.keymap.set('n', '<leader>gp', ':Gitsigns preview_hunk_inline<CR>', {})
-- [[ Basic Autocommands ]]
-- See `:help lua-guide-autocommands`