This commit is contained in:
albert 2024-02-19 22:34:46 +09:00
parent e345c0e155
commit f41ef46189
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -9,12 +9,12 @@
{
type = "text";
val = [
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
];
opts = {
position = "center";
@ -29,16 +29,14 @@
type = "group";
val = [
{
type = "button";
val = " New file";
on_press.__raw = "function() vim.cmd[[ene]] end";
opts.shortcut = "n";
shortcut = "e";
desc = " New file";
command = "<CMD>ene <CR>";
}
{
type = "button";
val = " Quit Neovim";
on_press.__raw = "function() vim.cmd[[qa]] end";
opts.shortcut = "q";
shortcut = "SPC q";
desc = " Quit Neovim";
command = ":qa<CR>";
}
];
}