[Organizations] Reorganizes files a bit, making features/development
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-- Keymaps are automatically loaded on the VeryLazy event
|
||||
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
|
||||
-- Add any additional keymaps here
|
||||
|
||||
let telescope = require('telescope')
|
||||
|
||||
vim.api.nvim_set_keymap("n", "<leader><space><space>", telescope.builtin.oldfiles, { desc = "Telescope: Recent Files"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user