From ab8abc7f22d2345690b469a5e3bde9f3d63ac180 Mon Sep 17 00:00:00 2001 From: "Vito G. Graffagnino" Date: Sat, 8 Oct 2022 11:57:32 +0100 Subject: Fixed orgmode error message relating to treesitter. Added another latex template. Tidied up a number of other files --- lua/user/autocommands.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'lua/user/autocommands.lua') diff --git a/lua/user/autocommands.lua b/lua/user/autocommands.lua index 1c27d6e..a991963 100644 --- a/lua/user/autocommands.lua +++ b/lua/user/autocommands.lua @@ -28,7 +28,6 @@ vim.api.nvim_create_autocmd({ "BufEnter" }, { local buf_ft = vim.bo.filetype if buf_ft == "" or buf_ft == nil then vim.cmd [[ - nnoremap q :close nnoremap j nnoremap k set nobuflisted -- cgit v1.2.3