This website requires JavaScript.
Explore
Help
Sign In
MasterGordon
/
neovim-config
mirror of
https://github.com/MasterGordon/neovim-config.git
Watch
1
Star
0
Fork
You've already forked neovim-config
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bfb2c3e59d
neovim-config
/
lua
/
keys.lua
2 lines
92 B
Lua
Raw
Blame
History
vim.api
.
nvim_set_keymap
(
"
n
"
,
"
<leader>f
"
,
"
<CMD>Telescope find_files<CR>
"
,
{
silent
=
true
}
)
Reference in New Issue
View Git Blame
Copy Permalink