added terminal mode bindings (nvim)

Signed-off-by: Dhanus M Lal <dhanusmlal@gmail.com>
This commit is contained in:
2024-07-12 09:43:02 +05:30
parent 04521bddb2
commit 66e7b048a0
4 changed files with 10 additions and 4 deletions

View File

@@ -15,4 +15,4 @@ vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.cursorline = true
vim.opt.statusline = '%f %m %y %= C:%c L:%L %p%%'
vim.opt.statusline = '%f %m %y %= C:%c L:%l/%L %p%%'