small changes

This commit is contained in:
2022-10-31 09:55:07 -05:00
parent 1149ac77cd
commit 41ac2c043f
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ map("i", "<S-Down>", "<C-X><C-E>")
map("v", "y", "ygv<Esc>")
-- Terminal binds
local term_command = "split | set norelativenumber | set nonumber | term"
--local term_command = "split | set norelativenumber | set nonumber | term"
local term_command = "split | term"
map("t", "<C-Space>", [[<C-\><C-n>]])
map("n", [[<Leader>\]], ":" .. term_command .. "<CR>")
map("n", [[<Leader>|]], ":v" .. term_command .. "<CR>")