Fixed FIlebrowser Plugin
This commit is contained in:
@ -30,15 +30,13 @@ map('n', '<leader>q', ':NvimTreeRefresh<CR>', default_opts) -- refresh
|
||||
|
||||
-- Place Check box for To-Do style Lists
|
||||
map('i','<C-z>', '* [ ] ', default_opts)
|
||||
map('n', '<C-z>', '* [ ] ', default_opts)
|
||||
|
||||
-- Nvim Tree Resize
|
||||
map('n', '<leader>=', ':NvimTreeResize +1<CR>', default_opts)
|
||||
map('n', '<leader>-', ':NvimTreeResize -1<CR>', default_opts)
|
||||
map('n', '<leader>==', ':NvimTreeResize +10<CR>', default_opts)
|
||||
map('n', '<leader>--', ':NvimTreeResize -10<CR>', default_opts)
|
||||
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
-- Telescope Keymaps
|
||||
-----------------------------------------------------------
|
||||
@ -52,4 +50,4 @@ local M = Mapper.map
|
||||
-- For Neovim >= 0.7.0
|
||||
M('n', '<leader>P', ":MarkdownPreview<CR>", {silent = true, noremap = true}, "Markdown", "md_preview", "Display Markdown preview in Qutebrowser")
|
||||
M('n', '<leader>fe', ":Telescope file_browser<CR>", {silent=true, noremap=true}, "Telescope", "telescope-file-browser", "Find files and directories in telescope")
|
||||
|
||||
M('n', '<C-t>', "@t<CR>",{silent=true, noremap=true}, "Todo Comments", "todo_hotkey", "Add TODO to the beginning of the line")
|
||||
|
||||
Reference in New Issue
Block a user