summaryrefslogtreecommitdiff
path: root/lua/user/autocommands.lua
diff options
context:
space:
mode:
authorVito G. Graffagnino <vito@graffagnino.xyz>2022-10-08 11:57:32 +0100
committerVito G. Graffagnino <vito@graffagnino.xyz>2022-10-08 11:57:32 +0100
commitab8abc7f22d2345690b469a5e3bde9f3d63ac180 (patch)
tree8034ed8a16e9712f9f244a3d0ffc26466defa2de /lua/user/autocommands.lua
parent02af2c0299b923946092a49cdbae20ba837cb4be (diff)
Fixed orgmode error message relating to treesitter. Added another latex
template. Tidied up a number of other files
Diffstat (limited to 'lua/user/autocommands.lua')
-rw-r--r--lua/user/autocommands.lua1
1 files changed, 0 insertions, 1 deletions
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 <silent> <buffer> q :close<CR>
nnoremap <silent> <buffer> <c-j> j<CR>
nnoremap <silent> <buffer> <c-k> k<CR>
set nobuflisted