That took long enough for me to think of creating it, given there is a convenient shortcut for saving and closing a file, but not for this.
@@ -70,6 +70,9 @@ let mapleader = ' '
" Save changes to a file
nmap <silent> <Leader>w :up<CR>
+" Close a file
+nmap <silent> <Leader>q :q<CR>
+
" More convenient escape
inoremap kj <Esc>
inoremap jk <Esc>