diff options
-rw-r--r-- | configs/vim.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/vim.nix b/configs/vim.nix index cfe30eb..8f06084 100644 --- a/configs/vim.nix +++ b/configs/vim.nix @@ -130,6 +130,8 @@ au BufRead,BufNewFile /dev/shm/* set nobackup nowritebackup noswapfile + au TabClosed * tabp + cnoremap <C-A> <Home> noremap <C-c> :q<cr> |