Unpersonalize my dots

This commit is contained in:
marvelman3284 2021-06-01 12:03:42 -04:00
parent 07859b4177
commit 9e701f08d3
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ map("v", "x", [=[ "_x ]=], opt)
this line too ]]
-- OPEN TERMINALS --
map("n", "<C-l>", [[<Cmd>vnew term://zsh <CR>]], opt) -- over right
map("n", "<C-x>", [[<Cmd> split term://zsh | resize 10 <CR>]], opt) -- bottom
map("n", "<C-l>", [[<Cmd>vnew term://bash<CR>]], opt) -- over right
map("n", "<C-x>", [[<Cmd> split term://bash| resize 10 <CR>]], opt) -- bottom
map("n", "<C-t>t", [[<Cmd> tabnew | term <CR>]], opt) -- newtab
-- COPY EVERYTHING in the file--