Skip to content

Instantly share code, notes, and snippets.

View roddds's full-sized avatar

Rodrigo Deodoro roddds

View GitHub Profile
@roddds
roddds / speedcontrols.user.js
Last active October 6, 2020 16:56
Add speed controls to SAP Litmos
// ==UserScript==
// @name Litmos speed controls
// @namespace [email protected]
// @version 0.2
// @description Add speed controls to SAP Litmos videos
// @author Rodrigo Deodoro
// @match https://*.litmos.com/course/*
// ==/UserScript==
(function () {
@roddds
roddds / download_slack_history.py
Created December 27, 2022 20:04
Download a Slack channel's full history, including thread replies
"""
$ export SLACK_TOKEN="xoxb-1234567890-1234567890123-GaT2364GEv72wRpDfSkqn2Wk"
$ python download_slack_history.py CHANNELID
Downloading messages...
...............................................................done!
Downloading threads
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Cursor Movement

Key Combination Description
Ctrl + A Move to the beginning of the line
Ctrl + E Move to the end of the line
Ctrl + B Move one character backward
Ctrl + F Move one character forward
Alt + B Move one word backward
Alt + F Move one word forward