nvim-old
This commit is contained in:
parent
dbba54cfd8
commit
6380f390ea
26 changed files with 2704 additions and 0 deletions
7
nvim-old/lua/hotkeys.lua
Normal file
7
nvim-old/lua/hotkeys.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
vim.g.mapleader = " "
|
||||
--mapleader = vim.g.mapleader
|
||||
local builtin = require('telescope.builtin')
|
||||
|
||||
vim.keymap.set("n", "<Leader>E", vim.cmd.Ex)
|
||||
-- vim.keymap.set('n', "<Leader>to", function() require('telescope.builtin').oldfiles() end)
|
||||
vim.keymap.set('n', "<Leader>to", builtin.oldfiles, {})
|
||||
Loading…
Add table
Add a link
Reference in a new issue