Skip to content

Instantly share code, notes, and snippets.

Sublime Text 2 Useful Shortcuts

Tested in Mac OS X| super == command (⌘)

Open/Goto

Shortcut Action
super+t go to file
super+ctrl+p go to project
@Sarfroz
Sarfroz / sublime_text_2_useful_shortcuts.md
Created October 19, 2017 00:48 — forked from nuxlli/sublime_text_2_useful_shortcuts.md
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 - Useful Shortcuts

Tested in Mac OS X: super == command

Open/Goto


  • super+t: go to file
  • super+ctrl+p: go to project
  • super+r: go to methods
@Sarfroz
Sarfroz / php
Created December 5, 2019 10:56
Stripe Code For Indin Users
//Process.php
$txn='121221|544545'; // any value that you want to get in webhook
$sku='sku_G8srn2mAbnQI8k'; // get product id
$data=['sku'=>$sku,'email'=>$email,'txn'=>$txn]; // pass this values to php file
//redirect.php
<html>
<head>
<title> - Redirecting Please Wait...</title>
@Sarfroz
Sarfroz / php
Created December 5, 2019 10:56
Stripe Code For Indin Users
//Process.php
$txn='121221|544545'; // any value that you want to get in webhook
$sku='sku_G8srn2mAbnQI8k'; // get product id
$data=['sku'=>$sku,'email'=>$email,'txn'=>$txn]; // pass this values to php file
//redirect.php
<html>
<head>
<title> - Redirecting Please Wait...</title>
@Sarfroz
Sarfroz / php
Created December 5, 2019 10:56
Stripe Code For Indin Users
//Process.php
$txn='121221|544545'; // any value that you want to get in webhook
$sku='sku_G8srn2mAbnQI8k'; // get product id
$data=['sku'=>$sku,'email'=>$email,'txn'=>$txn]; // pass this values to php file
//redirect.php
<html>
<head>
<title> - Redirecting Please Wait...</title>
@Sarfroz
Sarfroz / php
Created December 5, 2019 10:56
Stripe Code For Indin Users
//Process.php
$txn='121221|544545'; // any value that you want to get in webhook
$sku='sku_G8srn2mAbnQI8k'; // get product id
$data=['sku'=>$sku,'email'=>$email,'txn'=>$txn]; // pass this values to php file
//redirect.php
<html>
<head>
<title> - Redirecting Please Wait...</title>
@Sarfroz
Sarfroz / php
Last active December 5, 2019 10:58
Stripe Code For Indian Users
<?php
$txn='121221|544545'; // any value that you want to get in webhook
$sku='sku_G8srn2mAbnQI8k'; // get product id from stripe dashboard
$data=['sku'=>$sku,'email'=>$email,'txn'=>$txn]; // pass this values to php file
<?
<html>
<head>
<title> - Redirecting Please Wait...</title>
<!-- Load Stripe.js on your website. -->