Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vivekg13186/code_cheatsheet

Command shortcuts for application
https://github.com/vivekg13186/code_cheatsheet

Last synced: 28 days ago
JSON representation

Command shortcuts for application

Awesome Lists containing this project

README

        

- [Install Neo Vim in Ubuntu (from source)](https://github.com/vivekg13186/code_cheatsheet/blob/main/Install%20Neo%20Vim%20in%20Ubuntu%20(from%20source).md)
- [Camunda Installation-Ubuntu Server](https://github.com/vivekg13186/code_cheatsheet/blob/main/Camunda%20Installation%20-%20Ubuntu%20Server.md)
- [Install Node js in Ubuntu.md](https://github.com/vivekg13186/code_cheatsheet/blob/main/Install%20Node%20js%20in%20Ubuntu.md)
- [Create Setup Raylib Linux Mint](https://github.com/vivekg13186/code_cheatsheet/blob/main/Setup%20Raylib%20Linux%20Mint.md)
# neo vim
```
yy - copy line
dd - cut line
p - paste
Ctrl + w + s - split new window
Ctlr + w + w - switch between windows
term - launch terminal ,i to enter command
Ctrl + \ + Ctrl + n - quite i mode terminal
```
#tmux
```
Ctl+b - prefix
c - new window
arrow - to swap
Ctrl + D - close

```
# venv
```
venv create ./venv
source venv/bin/activate
```

# set up glfw in ubuntu
https://shnoh171.github.io/gpu%20and%20gpu%20programming/2019/08/26/installing-glfw-on-ubuntu.html