open terminals vertically/horizontally
This commit is contained in:
parent
3529897d53
commit
011960afe6
2 changed files with 4 additions and 1 deletions
|
@ -8,3 +8,7 @@ end
|
|||
|
||||
-- keybind list
|
||||
map("", "<leader>c", '"+y')
|
||||
|
||||
-- open terminals
|
||||
map("n", "<C-b>" , [[<Cmd> vnew term://bash<CR>]] , opt) -- split term vertically , over the right
|
||||
map("n", "<C-x>" , [[<Cmd> split term://bash | resize 10 <CR>]] , opt) -- split term vertically , over the right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue