Skip to content

Instantly share code, notes, and snippets.

View shafi-shaikat's full-sized avatar
🎯
Focusing

Shafi Shaikat shafi-shaikat

🎯
Focusing
  • Evatix
  • Dhaka, Bangladesh
View GitHub Profile
@shafi-shaikat
shafi-shaikat / tmux.md
Created November 16, 2018 09:48 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a

@shafi-shaikat
shafi-shaikat / controllers.application\.js
Created August 30, 2021 15:36
Email Conversation Test
import Ember from 'ember';
import { computed } from '@ember/object';
export default Ember.Controller.extend({
appName: 'Ember Twiddle',
items: computed(function() {
// return [1];
// return [1,2];
// return [1,2,3];
// return [1,2,3,4];