Skip to content

Instantly share code, notes, and snippets.

@ajnisbet
ajnisbet / py4wds.env.yml
Created August 7, 2024 17:05
py4wds conda environment
name: py4wds
channels:
- conda-forge
dependencies:
- git
- pip
- python=3.12
- bottleneck
- dask
- geopandas
@ajnisbet
ajnisbet / gist:a405923e6a87c6af585e
Created June 10, 2015 03:28
Sublime Text 3 Ubuntu key map
[
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} }
]