autosave 0 seconds

This commit is contained in:
TheK4n 2022-08-06 20:25:28 +03:00
parent b1ca90df98
commit 3c4f377144
2 changed files with 4 additions and 3 deletions

View File

@ -15,7 +15,7 @@ autosave.setup(
write_all_buffers = false, write_all_buffers = false,
on_off_commands = true, on_off_commands = true,
clean_command_line_interval = 0, clean_command_line_interval = 0,
debounce_delay = 1000 debounce_delay = 0
} }
) )

View File

@ -299,6 +299,7 @@ function! ToggleRelativeAbsoluteNumber()
endfunction endfunction
nnoremap <silent> <Leader>l :call TabDo('call ToggleRelativeAbsoluteNumber()') <CR> nnoremap <silent> <Leader>l :call TabDo('call ToggleRelativeAbsoluteNumber()') <CR>
" Quick exiting without save
nnoremap <Leader>`` :qa!<CR> " Quick exiting without save
nnoremap <silent> <Leader>`` :qa!<CR>