spacemacs/layers/restclient
justbur 9befd20a1a layers: Transition to new key bindings functions
Removes dependence on evil-leader centralizing control over the method
of key binding in core-keybindings.el
2015-11-21 18:22:51 +01:00
..
packages.el layers: Transition to new key bindings functions 2015-11-21 18:22:51 +01:00
README.org Documentation update 2015-11-13 14:23:13 +01:00

Restclient contribution layer

What is this?

This is a package that lets you have a REPL-like interface for http requests. Full documentation and examples can be found in the package's GitHub Page.

Also there is an Emacs Rocks! episode of it.

Keybindings

Key Binding Description
SPC m s Send and stay in 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 switch window (do not attempt to pretty-print)