Refactor directory structure
This commit is contained in:
parent
b9d1194133
commit
82abe92d8b
8 changed files with 41 additions and 9 deletions
|
@ -9,3 +9,7 @@ map('n', '<C-t>', '<cmd>NERDTreeToggle<CR>')
|
|||
-- FZF
|
||||
map('n', '<C-f>', '<cmd>Files<CR>')
|
||||
map('n', '<C-g>', '<cmd>Rg<CR>')
|
||||
|
||||
-- Completion
|
||||
map('i', '<Tab>', 'pumvisible() ? "\\<C-n>" : "\\<Tab>"')
|
||||
map('i', '<S-Tab>', 'pumvisible() ? "\\<C-p>" : "\\<S-Tab>"')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue