We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54a452 commit e33d871Copy full SHA for e33d871
lua/config/utils.lua
@@ -25,7 +25,7 @@ vim.api.nvim_create_autocmd('TextYankPost', {
25
callback = function() vim.hl.on_yank({ timeout = 50 }) end,
26
})
27
28
-vim.keymap.set('n', '<C-W><C-E>', 'mz:tabe %<C-M>`zzz')
+vim.keymap.set('n', '<C-W><C-E>', 'mz:tabe %<C-M>`zzzzv')
29
30
vim.cmd [[
31
nmap y<C-G> <CMD>call setreg(v:register, exists('*fugitive#Object') ? fugitive#Object(expand('%')) : expand('%'))<CR>
0 commit comments