about summary refs log tree commit diff stats
path: root/vimrc.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc.vim')
-rw-r--r--vimrc.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc.vim b/vimrc.vim
index c01ab5c5..88952c4b 100644
--- a/vimrc.vim
+++ b/vimrc.vim
@@ -56,9 +56,9 @@ endfunction
 command! -nargs=1 G call GrepSubX(<q-args>)
 
 if exists("&splitvertical")
-  command! -nargs=0 P hor split opcodes
+  command! -nargs=0 P hor split subx_opcodes
 else
-  command! -nargs=0 P split opcodes
+  command! -nargs=0 P split subx_opcodes
 endif
 
 " useful for inspecting just the control flow in a trace