P4: Use navigation commands on current window

This commit is contained in:
James Nguyen 2019-01-29 01:16:29 -08:00
parent 532b78ff19
commit 200c036b51
1 changed files with 3 additions and 3 deletions

View File

@ -88,9 +88,9 @@
"gf" 'p4-find-file-other-window
"S" 'p4-filelog-short-format
"L" 'p4-filelog-long-format
" " 'p4-scroll-up-1-window-other-w
"gg" 'p4-top-of-buffer-other-w
"G" 'p4-bottom-of-buffer-other-w
" " 'p4-scroll-up-1-window
"gg" 'p4-top-of-buffer
"G" 'p4-bottom-of-buffer
"=" 'p4-delete-other-windows
"]" 'p4-goto-next-change
"[" 'p4-goto-prev-change