mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-01 09:58:59 +00:00
chore(nvim): dashboard tweaks, add q for fast quit
This commit is contained in:
@@ -82,6 +82,13 @@ return {
|
|||||||
action = 'Lazy update',
|
action = 'Lazy update',
|
||||||
key = 'u',
|
key = 'u',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon = '☉ ',
|
||||||
|
desc = 'Quit',
|
||||||
|
group = 'DiagnosticError',
|
||||||
|
action = 'q',
|
||||||
|
key = 'q',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user