update old stuff

This commit is contained in:
iris committed 2026-06-06 22:36:16 -04:00
1 parent fce3723574
commit 28699d4a5d
2 files changed
+4 -6

No files matched your search

+2
View File
@@ -25,6 +25,8 @@ local prev_buf = ""
m.nmap("<leader>i", function()
if(vim.fn.bufname("terminal") == "") then
prev_buf = vim.fn.getreg("#")
local b = vim.api.nvim_create_buf(false, true)
vim.api.nvim_open_term(b, {})
vim.cmd("term")
vim.cmd("setlocal nonu")
vim.cmd("setlocal scl=no")