Skip to content

Instantly share code, notes, and snippets.

View dineshkumar181094's full-sized avatar

Dinesh Kumar dineshkumar181094

  • Microsoft
  • India
View GitHub Profile
@dineshkumar181094
dineshkumar181094 / iterm2.md
Created October 9, 2020 05:14 — forked from squarism/iterm2.md
iterm2 cheatsheet

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key
Cycle iTerm Windows + backtick (true of all mac apps and works with desktops/mission control)
@dineshkumar181094
dineshkumar181094 / redis_cheatsheet.bash
Created October 3, 2020 12:19 — forked from LeCoupa/redis_cheatsheet.bash
Redis Cheatsheet - Basic Commands You Must Know --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
# Redis Cheatsheet
# All the commands you need to know
redis-server /path/redis.conf # start redis with the related configuration file
redis-cli # opens a redis prompt
# Strings.