summary refs log tree commit diff
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
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 '')
-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
3bc50413b89853c7eb4a1314ce5ccb&follow=1'>Add new causal.agency with shotty shotsJune McEnroe 2019-07-12Use -s to infer terminal sizeJune McEnroe 2019-07-12Add DCH to shottyJune McEnroe 2019-07-12Support insert mode in shottyJune McEnroe 2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe