From 2a2f48cb89b5660aa7a962348483586d99fc4c27 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 7 Dec 2021 13:58:08 +0100 Subject: vim: add shortcut to edit config to startup screen --- .vim/lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) (limited to '.vim/lua/plugins.lua') diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index 06ffabd..c456fad 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -682,6 +682,7 @@ return require('packer').startup({function() them.button('t', '󰗇 tasks', [[lua require('packer').loader('orgmode.nvim'); require('orgmode').action('agenda.todos')]]), them.button('a', '󰃶 agenda', [[lua require('packer').loader('orgmode.nvim'); require('orgmode').action('agenda.agenda')]]), them.button('u', '󰚰 update plugins', [[lua require('packer').sync()]]), + them.button('c', '󰂓 edit config', [[lua require('telescope.builtin').find_files({search_dirs={vim.env.HOME..'/.vim/'}})]]), } }, {type = 'padding', val = 1}, -- cgit 1.4.1