diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-10-08 11:57:32 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-10-08 11:57:32 +0100 |
| commit | ab8abc7f22d2345690b469a5e3bde9f3d63ac180 (patch) | |
| tree | 8034ed8a16e9712f9f244a3d0ffc26466defa2de /lua/user/autocommands.lua | |
| parent | 02af2c0299b923946092a49cdbae20ba837cb4be (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.lua | 1 |
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 |
