summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-01-29 09:31:51 -0500
committerJune McEnroe <programble@gmail.com>2018-01-29 09:31:51 -0500
commit32519cc5cef84a74e0f21f2d1dceed8bc9e16e3e (patch)
treef4580cb9f5089c486e884742a5136f54cd16526f /home
parentAdd setuid target for bri (diff)
downloadsrc-32519cc5cef84a74e0f21f2d1dceed8bc9e16e3e.tar.gz
src-32519cc5cef84a74e0f21f2d1dceed8bc9e16e3e.zip
Add :Q command alias
It seemes I can't take my finger off the shift key fast enough.
Diffstat (limited to 'home')
-rw-r--r--home/.config/nvim/init.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.config/nvim/init.vim b/home/.config/nvim/init.vim
index 9d68888d..e1938406 100644
--- a/home/.config/nvim/init.vim
+++ b/home/.config/nvim/init.vim
@@ -4,6 +4,7 @@ set shortmess=atI
 set wildmode=list:longest
 set splitbelow splitright
 command! W w
+command! Q q
 autocmd BufNewFile,BufRead *.asm,*.mac setfiletype nasm
 
 set tabstop=8 expandtab shiftwidth=4 shiftround smartindent