можно менять для всех вкладок? (setglobal не пашет)
https://vimhelp.org/tabpage.txt.html#%3Atabdo
function! TabDo(command) let currTab=tabpagenr() execute 'tabdo ' . a:command execute 'tabn ' . currTab endfunction nnoremap <silent> <Leader>c :call TabDo('set cursorline!') <CR>
Обсуждают сегодня