RSS Amplifier

Vishnu's Blog · Jul 30, 2021

Quick Reference

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

Shortcuts Docker docker exec -it container_name /bin/bash - To log in to the container docker-compose up -d - Detach mode docker-compose down -v - Remove declared volumes docker container run -i -t -p 1000:8000 --rm my_image VS Code Ctrl + K v Open Preview to the side (Extension Required Markdown Preview Enabled) Ctrl + K u Close the preview Ctrl + Shift + K Delets line (Also in Sublime) TMUX…

 

Shortcuts

Docker

docker exec -it container_name /bin/bash - To log in to the container

docker-compose up -d - Detach mode

docker-compose down -v - Remove declared volumes

docker container run -i -t -p 1000:8000 --rm my_image

VS Code

Ctrl + K v  Open Preview to the side (Extension Required Markdown Preview Enabled)

Ctrl + K u Close the preview

Ctrl + Shift + K Delets line (Also in Sublime)

TMUX Shortcuts

tmux new -s myname

tmux a # (or at, or attach)

tmux a -t myname

tmux ls 

Ctrl+B C Create window

Ctrl+B W List Windows

Ctrl+B N Next window

Ctrl+B P Previous window

Ctrl+B F Find window

Ctrl+B , Name window

Ctrl+B & Kill window

Ctrl+B % Vertical split

Ctrl+B " Horizontal split

Ctrl+B O Swap panes

Ctrl+B Q Show pane numbers

Ctrl+B X Kill pane

Ctrl+B Arrow Keys Move to pane

Useful commands

Jekyll build

bundle exec jekyll serve

Read on vishnugt.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.