diff options
author | Robin Obůrka <robin.oburka@nic.cz> | 2015-11-20 10:49:47 +0100 |
---|---|---|
committer | Robin Obůrka <robin.oburka@nic.cz> | 2015-11-20 10:49:47 +0100 |
commit | a579794883bfa65c601862944e95aad15e692f47 (patch) | |
tree | 21352ef030de57eeb1fdb4fd911ed000b6186ba8 | |
parent | Turn off cursor moving limit (diff) | |
download | vim_sync-a579794883bfa65c601862944e95aad15e692f47.tar.xz |
Add command that shows revers DNS record
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -207,6 +207,7 @@ map <leader>. @q "show whois information of object under cursor nnoremap <leader>w :! whois <cWORD><cr> +nnoremap <leader>d :! dig -x <cWORD><cr> " ==================== " function definitions |