Skip to content

Instantly share code, notes, and snippets.

View ristomatti's full-sized avatar

Ristomatti Airo ristomatti

  • Maya Consulting Oy
  • Helsinki, Finland
View GitHub Profile
@ristomatti
ristomatti / 90-elasticsearch.conf
Created September 8, 2024 10:55 — forked from troykelly/90-elasticsearch.conf
Build a docker machine with rclone
vm.max_map_count=262144
@ristomatti
ristomatti / ionmove.ahk
Last active May 4, 2023 17:57
AutoHotkey v1 script to mimic some aspects of tiling window managers in Windows
#Persistent
Menu, Tray, NoStandard
Menu, Tray, Add, Suspend, SuspendScript
Menu, Tray, Add, Exit, QuitScript
Menu, Tray, Tip, IonMove
Return
SuspendScript:
Suspend
Menu, Tray, ToggleCheck, Suspend
@ristomatti
ristomatti / keybindings.json
Last active February 11, 2017 19:29
Visual Studio Code keybindings
[
// Navigation
{
"key": "alt+left",
"command": "workbench.action.navigateBack"
}, {
"key": "alt+right",
"command": "workbench.action.navigateForward"
}, {
"key": "alt+a",
@ristomatti
ristomatti / settings.json
Last active February 11, 2017 19:33
Visual Studio Code settings
{
// General
"window.zoomLevel": 0,
"extensions.autoUpdate": true,
// Workbench
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.sideBar.location": "left",
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": true,