diff options
author | Teddy Wing | 2020-03-11 23:22:33 +0100 |
---|---|---|
committer | Teddy Wing | 2020-03-12 23:21:56 +0100 |
commit | d0da22af2e0988e6db433a3601e20e0417c73bb6 (patch) | |
tree | 7fe338b9be774e85247ce0462eee61d42c120dbf /ftplugin/go.vim | |
parent | a29a63f7ff3db981ae7fc38eace081ea4f2ad880 (diff) | |
download | dotvim-d0da22af2e0988e6db433a3601e20e0417c73bb6.tar.bz2 |
ftplugin/go.vim: Add a mapping to open the alternate file in a split
Diffstat (limited to 'ftplugin/go.vim')
-rw-r--r-- | ftplugin/go.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftplugin/go.vim b/ftplugin/go.vim index 307ba6b..7ce72a7 100644 --- a/ftplugin/go.vim +++ b/ftplugin/go.vim @@ -32,3 +32,4 @@ nmap <buffer> Zf <Plug>(go-imports) nmap <buffer> <leader>z <Plug>(go-test) nmap <buffer> <leader>Z <Plug>(go-test-func) nmap <buffer> z<C-^> <Plug>(go-alternate-edit) +nmap <buffer> <C-w>z<C-^> <Plug>(go-alternate-vertical) |