From 3401699a6dab77a2ab16e32b3309cfb40f7f3f17 Mon Sep 17 00:00:00 2001 From: ksyasuda Date: Tue, 8 Nov 2022 00:40:25 -0800 Subject: [PATCH] add keybindings for dashboard --- keybindings.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/keybindings.vim b/keybindings.vim index bda57ef..a5dda14 100644 --- a/keybindings.vim +++ b/keybindings.vim @@ -54,9 +54,11 @@ nmap cs :lua require("copilot.suggestion").toggle_auto_trigger() " nmap cl :lua vim.lsp.diagnostic.show_line_diagnostics() " nnoremap cn :DashboardNewFile +nnoremap fb :Telescope buffers nnoremap ff :Telescope find_files nnoremap fg :Telescope live_grep -nnoremap fb :Telescope buffers +nnoremap fh :Telescope oldfiles +nnoremap fd :e ~/.config/nvim/init.vim " nmap fa :DashboardFindWord " nmap fb :DashboardJumpMark " nmap fh :DashboardFindHistory