把 Caps Lock 變成智慧的 Control 以及 Escape :
- 單獨輕按一下就是 Escape 。
- 若按下時同時按著其他鍵,就會是 Control 。
這應該是 Vim 和 Emacs 的最佳解了!(Emacs? Bash 的快捷鍵就是 Emacs 系列的)
- Send Escape if you tap Caps Lock alone.
# 字体设置 | |
font-family = BlexMono Nerd Font Mono | |
font-size = 16 | |
# 主题和样式 | |
theme = GruvboxDarkHard | |
cursor-style = block | |
adjust-cell-height = 35% | |
#!/bin/sh | |
### | |
# SOME COMMANDS WILL NOT WORK ON macOS (Sierra or newer) | |
# For Sierra or newer, see https://github.com/mathiasbynens/dotfiles/blob/master/.macos | |
### | |
# Alot of these configs have been taken from the various places | |
# on the web, most from here | |
# https://github.com/mathiasbynens/dotfiles/blob/5b3c8418ed42d93af2e647dc9d122f25cc034871/.osx |
Table of Contents
ATM of writing this, there is no way inside the Telegram Client to switch accounts (event though this feature exists in the offical mobile clients and there is a long running issue here: telegramdesktop/tdesktop#4261).
<?php | |
namespace | |
{ | |
use Herrera\Version\Comparator; | |
use Herrera\Version\Dumper; | |
use Herrera\Version\Parser; | |
$n = PHP_EOL; |
{ | |
"schema_version": 1, | |
"name": "优惠信息", | |
"description": "No description provided", | |
"source_url": false, | |
"guid": "863b90779850e0325ff6e55a6019d9d5", | |
"tag_fg_color": "#ffffff", | |
"tag_bg_color": "#5bc0de", | |
"icon": "gear", | |
"exported_at": "2018-09-07T04:06:31Z", |
ack | |
adns | |
ant | |
antibody | |
aria2 | |
asciinema | |
aspcud | |
autoconf | |
autojump | |
automake |
#!/bin/sh | |
# enable-HiDPI.sh | |
# | |
# | |
# Created by syscl/lighting/Yating Zhou on 16/3/2. | |
# | |
#================================= GLOBAL VARS ================================== |
提供与客户端通讯的机制。支持WindVane SDK v2.2 以上版本。
windvane 在客户端中,会将原始UA后面跟上 WindVane/WindVaneSDK的版本号,你可以通过判断UA的方式来检查环境 其中,淘宝主客户端1212版本(IOS 3.4.5 ANDROID 3.9.5)后格式为
#!/usr/bin/env bash | |
# Set environment variables for dev | |
export APP_ENV=local | |
export APP_PORT=80 | |
export DB_PORT=3306 | |
export DB_ROOT_PASS=secret | |
export DB_NAME=homestead | |
export DB_USER=homestead | |
export DB_PASS=secret |