diff options
author | Robin Obůrka <robin.oburka@nic.cz> | 2017-08-22 16:31:15 +0200 |
---|---|---|
committer | Robin Obůrka <robin.oburka@nic.cz> | 2017-08-22 16:31:15 +0200 |
commit | 6d8e6b1e1e5ca02ef0f20a8a9e6962d56764a164 (patch) | |
tree | ec5037a1a5b30e9cf28d0aa8fc5011066d6a84a0 /.vimrc | |
parent | Add configuration for NERDTree plugin (diff) | |
download | vim_sync-6d8e6b1e1e5ca02ef0f20a8a9e6962d56764a164.tar.xz |
Add shortcut for ansible-doc (like K for man page)
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -211,6 +211,7 @@ map <leader>. @q "show whois information of object under cursor nnoremap <leader>w :! whois <cWORD><cr> nnoremap <leader>d :! dig -x <cWORD><cr> +nnoremap <leader>a :! ansible-doc <cword><cr> " ==================== " function definitions |