mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
enc: update alpha mapping for lazy
This commit is contained in:
parent
9a5c3d6a5b
commit
edd352519e
1 changed files with 51 additions and 51 deletions
|
@ -24,7 +24,7 @@ function M.config(_, opts)
|
||||||
startify.button("r", " Recently used files", ":Telescope oldfiles <CR>"),
|
startify.button("r", " Recently used files", ":Telescope oldfiles <CR>"),
|
||||||
startify.button("t", " Find text", ":Telescope live_grep <CR>"),
|
startify.button("t", " Find text", ":Telescope live_grep <CR>"),
|
||||||
startify.button("c", " Configuration", ":e $MYVIMRC <CR>"),
|
startify.button("c", " Configuration", ":e $MYVIMRC <CR>"),
|
||||||
startify.button("L", " Lazy", ":Lazy<CR>"),
|
startify.button("l", " Lazy", ":Lazy<CR>"),
|
||||||
startify.button("q", " Quit", ":qa<CR>"),
|
startify.button("q", " Quit", ":qa<CR>"),
|
||||||
}
|
}
|
||||||
-- disable MRU
|
-- disable MRU
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue