unnamed terminals
parent
477fe0334a
commit
563c7e8da5
|
@ -94,12 +94,6 @@ if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
|
||||||
endif
|
endif
|
||||||
]])
|
]])
|
||||||
|
|
||||||
-- Starts the basic terminals
|
|
||||||
-- TODO: Use a different harpooon for terminals
|
|
||||||
vim.cmd([[
|
|
||||||
autocmd VimEnter * :exe ":term" | :exe ":file term:ctl"
|
|
||||||
]])
|
|
||||||
|
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
set ignorecase
|
set ignorecase
|
||||||
set smartcase
|
set smartcase
|
||||||
|
|
Loading…
Reference in New Issue