]> git.rmz.io Git - dotfiles.git/commitdiff
nvim/ui: do not grep with g on dashboard
authorSamir Benmendil <me@rmz.io>
Tue, 18 Apr 2023 00:19:47 +0000 (01:19 +0100)
committerSamir Benmendil <me@rmz.io>
Sun, 17 Dec 2023 17:36:19 +0000 (17:36 +0000)
It's really surprising.

nvim/lua/plugins/ui.lua

index 42f2db7a25f83d2abb717d7d8930c9a70dace628..f988ed4b4372e773f4fbd511d9f5e5f9101d5408 100644 (file)
@@ -82,7 +82,6 @@ return {
         dashboard.button("f", " " .. " Find file", ":Telescope find_files <CR>"),
         dashboard.button("n", " " .. " New file", ":ene <BAR> startinsert <CR>"),
         dashboard.button("r", " " .. " Recent files", ":Telescope oldfiles <CR>"),
-        dashboard.button("g", " " .. " Find text", ":Telescope live_grep <CR>"),
         dashboard.button("c", " " .. " Config", ":e $MYVIMRC <CR>"),
         dashboard.button("s", " " .. " Restore Session", [[:lua require("persistence").load() <cr>]]),
         dashboard.button("l", "󰒲 " .. " Lazy", ":Lazy<CR>"),