NLKNguyen / pipe-mysql.vim

MySQL client runner to query MySQL / Amazon Aurora / MariaDB database in Vim interactively (also remotely)

Home Page:https://github.com/NLKNguyen/pipe-mysql.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshots

NLKNguyen opened this issue · comments

Example: Set autocommand to compile C++ file

au Filetype cpp nmap <buffer> <leader>cc :update <bar> call g:Pipe('clang++-3.6 -g -Wall ' . expand('%') . ' && echo "Compiled successfully."') <CR> 

pipe_and_cpp