Compare commits

...

4 Commits

Author SHA1 Message Date
Alexandre Biche
befae29c6d Merge 52cf49efcb into d143c60246 2023-12-29 06:50:37 -08:00
Julien Le Coupanec
d143c60246 Merge pull request #354 from RomjanHossain/patch-1
swap current line with previous
2023-12-29 15:35:14 +01:00
Romjan D. Hossain
44371217a9 swap current line with previous
it should be `ddkP` instead of `ddkp`
2023-12-24 11:53:04 +06:00
Alexandre Biche
52cf49efcb Add WebDB to database GUI
I'm his creator so maybe I'm a little bit too biased to be completly objective.
Anyway, this is a very great tool to manage/design database, that's why I thought It's a great place to show him
2023-10-16 12:45:58 +02:00
2 changed files with 6 additions and 2 deletions

View File

@@ -93,7 +93,11 @@ Feel free to take a look. You might learn new things. They have been designed to
#### NoSQL #### NoSQL
- [Redis](databases/redis.sh) - [Redis](databases/redis.sh)
</details>
#### GUI
- [WebDB](https://webdb.app)
</details>
### 🔧 Tools ### 🔧 Tools

View File

@@ -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.