about summary refs log tree commit diff stats
path: root/vimrc.vim
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-11-18 13:28:42 -0800
committerKartik Agaram <vc@akkartik.com>2018-11-18 13:28:42 -0800
commit674cf5833c219d683ea765d76c116d4d2b41097c (patch)
treea923378fddcca1e0eddcc03ec8f345aab1627ee9 /vimrc.vim
parentbfe9fa117ed3070e46e75fd8f4e339368af17d5e (diff)
downloadmu-674cf5833c219d683ea765d76c116d4d2b41097c.tar.gz
4751
Diffstat (limited to 'vimrc.vim')
-rw-r--r--vimrc.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/vimrc.vim b/vimrc.vim
index f2ad0696..030eaddc 100644
--- a/vimrc.vim
+++ b/vimrc.vim
@@ -93,3 +93,9 @@ function! Orig()
   endif
 endfunction
 command! O call Orig()
+
+if exists("&splitvertical")
+  command! -nargs=0 P hor split opcodes
+else
+  command! -nargs=0 P split opcodes
+endif