diff options
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 |
