mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-01-30 07:08:01 -08:00
Compare commits
4 Commits
739c7ec709
...
05509b9613
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
05509b9613 | ||
|
|
d143c60246 | ||
|
|
44371217a9 | ||
|
|
8c82f767ed |
@@ -134,7 +134,7 @@ app.use('<admin dir>', admin)`; `// Mounting a sub - app`
|
|||||||
|
|
||||||
`app.put('/', function(req,res){
|
`app.put('/', function(req,res){
|
||||||
res.send('PUT request to a webpage')
|
res.send('PUT request to a webpage')
|
||||||
})` `// post request to the specified path`
|
})` `// put request to the specified path`
|
||||||
|
|
||||||
`app.delete('/', function(req,res){
|
`app.delete('/', function(req,res){
|
||||||
res.send('DELETE request to a webpage')
|
res.send('DELETE request to a webpage')
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ gu$ make lowercase until end of line
|
|||||||
<< indent line one column to left
|
<< indent line one column to left
|
||||||
== auto-indent current line
|
== auto-indent current line
|
||||||
ddp swap current line with next
|
ddp swap current line with next
|
||||||
ddkp swap current line with previous
|
ddkP swap current line with previous
|
||||||
:%retab fix spaces / tabs issues in whole file
|
:%retab fix spaces / tabs issues in whole file
|
||||||
:r [name] insert the file [name] below the cursor.
|
:r [name] insert the file [name] below the cursor.
|
||||||
:r !{cmd} execute {cmd} and insert its standard output below the cursor.
|
:r !{cmd} execute {cmd} and insert its standard output below the cursor.
|
||||||
|
|||||||
Reference in New Issue
Block a user