mappings: leader+th for Telescope themes
This commit is contained in:
parent
a6ab121d12
commit
af783670e4
|
@ -134,6 +134,7 @@ map("n", "<Leader>fp", ":Telescope media_files <CR>", opt)
|
||||||
map("n", "<Leader>fb", ":Telescope buffers<CR>", opt)
|
map("n", "<Leader>fb", ":Telescope buffers<CR>", opt)
|
||||||
map("n", "<Leader>fh", ":Telescope help_tags<CR>", opt)
|
map("n", "<Leader>fh", ":Telescope help_tags<CR>", opt)
|
||||||
map("n", "<Leader>fo", ":Telescope oldfiles<CR>", opt)
|
map("n", "<Leader>fo", ":Telescope oldfiles<CR>", opt)
|
||||||
|
map("n", "<Leader>th", ":Telescope themes<CR>", opt)
|
||||||
|
|
||||||
-- bufferline tab stuff
|
-- bufferline tab stuff
|
||||||
map("n", "<S-t>", ":enew<CR>", opt) -- new buffer
|
map("n", "<S-t>", ":enew<CR>", opt) -- new buffer
|
||||||
|
|
Loading…
Reference in New Issue