Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vivekg13186/code_cheatsheet
- Owner: vivekg13186
- Created: 2023-12-01T14:33:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-11T11:03:39.000Z (11 months ago)
- Last Synced: 2024-04-28T02:02:10.161Z (8 months ago)
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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