Unpersonalize my dots
This commit is contained in:
parent
07859b4177
commit
9e701f08d3
|
@ -18,8 +18,8 @@ map("v", "x", [=[ "_x ]=], opt)
|
||||||
this line too ]]
|
this line too ]]
|
||||||
|
|
||||||
-- OPEN TERMINALS --
|
-- OPEN TERMINALS --
|
||||||
map("n", "<C-l>", [[<Cmd>vnew term://zsh <CR>]], opt) -- over right
|
map("n", "<C-l>", [[<Cmd>vnew term://bash<CR>]], opt) -- over right
|
||||||
map("n", "<C-x>", [[<Cmd> split term://zsh | resize 10 <CR>]], opt) -- bottom
|
map("n", "<C-x>", [[<Cmd> split term://bash| resize 10 <CR>]], opt) -- bottom
|
||||||
map("n", "<C-t>t", [[<Cmd> tabnew | term <CR>]], opt) -- newtab
|
map("n", "<C-t>t", [[<Cmd> tabnew | term <CR>]], opt) -- newtab
|
||||||
|
|
||||||
-- COPY EVERYTHING in the file--
|
-- COPY EVERYTHING in the file--
|
||||||
|
|
Loading…
Reference in New Issue