Skip to content

Instantly share code, notes, and snippets.

View varkadov's full-sized avatar
🏠
Working from home

Vadim Arkadov varkadov

🏠
Working from home
  • Avito
  • Turkey
View GitHub Profile
@owlscatcher
owlscatcher / wireguard.md
Last active March 11, 2024 13:14
Инструкция по нрастройке своего VPN сервера на облаке DigitalOcean
@ddre54
ddre54 / nginx.conf
Created April 17, 2014 16:39
NGINX configuration to detect and redirect unsupported browsers
# # IE 10 +
# # Firefox 27 +
# # Safari 7 +
# # iOS Safari 5 +
# # IE mobile 10 +
# # Android 4.2 +
# # Blackberry 10 +
# # Chrome 31+
#
@kconragan
kconragan / keyrepeat.shell
Last active December 4, 2023 03:40
Enable key repeat in Apple Lion for Sublime Text in Vim mode
# Mac OS X Lion introduced a new, iOS-like context menu when you press and hold a key
# that enables you to choose a character from a menu of options. If you are on Lion
# try it by pressing and holding down 'e' in any app that uses the default NSTextField
# for input.
#
# It's a nice feature and continues the blending of Mac OS X and iOS features. However,
# it's a nightmare to deal with in Sublime Text if you're running Vintage (Vim) mode,
# as it means you cannot press and hold h/j/k/l to move through your file. You have
# to repeatedly press the keys to navigate.