Added keybinding for copy curl command

This commit is contained in:
Diego Alvarez 2016-02-04 19:33:58 -08:00 committed by Fabien Dubosson
parent f94263919b
commit 95919e9a00
2 changed files with 2 additions and 0 deletions

View file

@ -26,4 +26,5 @@ file.
| ~SPC m S~ | Send and switch window (pretty-print response if possible) |
| ~SPC m r~ | Send and stay in window (do not attempt to pretty-print) |
| ~SPC m R~ | Send and switch window (do not attempt to pretty-print) |
| ~SPC m y~ | Copy query under the cursor as a curl command |

View file

@ -20,6 +20,7 @@
"S" 'restclient-http-send-current
"r" 'restclient-http-send-current-raw-stay-in-window
"R" 'restclient-http-send-current-raw
"y" 'restclient-copy-curl-command
))
)
)