mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: enable confirmation
This commit is contained in:
parent
affe966de6
commit
22e6d1239b
1 changed files with 3 additions and 0 deletions
|
|
@ -48,6 +48,9 @@ vim.keymap.set({ 'n', 'v' }, '<Space>', '<Nop>', { silent = true })
|
|||
-- Disable Intro (:intro)
|
||||
vim.opt.shortmess:append('I')
|
||||
|
||||
-- Raise a dialog asking if you wish to save the current file(s)
|
||||
vim.o.confirm = true
|
||||
|
||||
-- Set window title
|
||||
vim.o.title = true
|
||||
vim.o.titlestring = '%F'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue