Added keybinding for copy curl command
This commit is contained in:
parent
f94263919b
commit
95919e9a00
2 changed files with 2 additions and 0 deletions
|
@ -26,4 +26,5 @@ file.
|
||||||
| ~SPC m S~ | Send and switch window (pretty-print response if possible) |
|
| ~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 stay in window (do not attempt to pretty-print) |
|
||||||
| ~SPC m R~ | Send and switch 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 |
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
"S" 'restclient-http-send-current
|
"S" 'restclient-http-send-current
|
||||||
"r" 'restclient-http-send-current-raw-stay-in-window
|
"r" 'restclient-http-send-current-raw-stay-in-window
|
||||||
"R" 'restclient-http-send-current-raw
|
"R" 'restclient-http-send-current-raw
|
||||||
|
"y" 'restclient-copy-curl-command
|
||||||
))
|
))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Reference in a new issue