clean 🫠
This commit is contained in:
parent
d3435e53a4
commit
d16174b447
9565 changed files with 0 additions and 1315422 deletions
|
@ -1,14 +0,0 @@
|
|||
local map = vim.api.nvim_set_keymap
|
||||
local opts = { noremap = true, silent = true }
|
||||
|
||||
vim.g.mapleader = " " -- leader key
|
||||
|
||||
--> nvim tree mappings <--
|
||||
map("n", "<leader>e", ":NvimTreeToggle<CR>", opts)
|
||||
map("n", "<leader>gt", ":NvimTreeFocus<CR>", opts)
|
||||
|
||||
|
||||
--> telescope mappings <--
|
||||
map("n", "<leader>ff", ":Telescope find_files<cr>", opts)
|
||||
map("n", "<leader>fg", ":Telescope live_grep<cr>", opts)
|
||||
map("n", "<leader>fb", ":Telescope buffers<cr>", opts)
|
Loading…
Add table
Add a link
Reference in a new issue