Move keymap and change to inline
This commit is contained in:
parent
4fa6ece95e
commit
29e4440e9c
2 changed files with 2 additions and 3 deletions
2
init.lua
2
init.lua
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue