summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index bf4036f..67bd052 100644
--- a/.vimrc
+++ b/.vimrc
@@ -123,6 +123,8 @@ inoremap <C-s> <esc>:w<cr>a
nnoremap <C-s> :w<cr>
inoremap <C-c> <esc>:q<cr>
nnoremap <C-c> :q<cr>
+inoremap <C-x> <esc>:bd<cr>
+nnoremap <C-x> :bd<cr>
" movement mappings
nnoremap <silent> <C-Right> <c-w>l