autosave 0 seconds
This commit is contained in:
parent
b1ca90df98
commit
3c4f377144
@ -15,7 +15,7 @@ autosave.setup(
|
||||
write_all_buffers = false,
|
||||
on_off_commands = true,
|
||||
clean_command_line_interval = 0,
|
||||
debounce_delay = 1000
|
||||
debounce_delay = 0
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
@ -299,6 +299,7 @@ function! ToggleRelativeAbsoluteNumber()
|
||||
endfunction
|
||||
|
||||
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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user