This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Vim syntax file | |
" Language: ble.sh config file | |
" Maintainer: cmplstofb | |
" Version: 8.0-1 | |
" Last Change: 2018-12-27 | |
" https://github.com/akinomyoga/ble.sh/wiki/ | |
if exists("b:current_syntax") | |
finish | |
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# <https://support.google.com/youtube/answer/7631406?hl=ja&ref_topic=3014328> | |
SPACE cycle pause | |
#PLAY | |
PAUSE cycle pause | |
k cycle pause | |
STOP stop | |
REWIND playlist-next | |
LEFT seek -5 | |
RIGHT seek 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Examples>より | |
用者情報 保手名 波戸番号 | |
┌────┴────┐ ┌───────┴──────┐┌─┴─┐ | |
https://taro.yamada@www.ドメイン例.jp:8080/公開討論会/質問箱/?tag=ネットワーク&order=newest#top | |
└─┬─┘ └───────────────┬───────────────┘└───────┬──────┘ └───────────┬─────────────┘ └┬┘ | |
機綱 機構 筋 問合せ 旗 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "./Xresources.d/campbell.xresource" | |
!!! RXVT | |
!! 操作 | |
URxvt.perl-ext-common: default,matcher | |
URxvt.url-launcher: /usr/bin/xdg-open | |
URxvt.matcher.button: 1 | |
URxvt.matcher.rend: Uline | |
! 行 | |
URxvt.saveLines: 4096 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- vim: set filetype=xml : --> | |
<!-- https://github.com/microsoft/Terminal/blob/master/src/tools/ColorTool/schemes/campbell.ini --> | |
<scheme name="Campbell" version="142" parent_scheme="Darcula"> | |
<metaInfo> | |
<property name="created">2019-06-01T00:00:00</property> | |
<property name="ide">CLion</property> | |
<property name="ideVersion">2019.1.4.0.0</property> | |
<property name="modified">2019-06-01T00:00:00</property> | |
<property name="originalScheme">Campbell</property> | |
</metaInfo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xkb_keymap { | |
xkb_keycodes { include "evdev+aliases(qwerty)" }; | |
xkb_types { include "complete" }; | |
xkb_compat { include "complete+japan" }; | |
xkb_symbols { | |
include "pc+jp+inet(evdev)" | |
include "capslock(escape)" | |
include "_" | |
}; | |
xkb_geometry { include "pc(pc105)" }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package: * | |
Pin: release n=jessie* | |
Pin-Priority: 100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%= 2>&- /dev/null || iffalse() { :; } | |
\iffalse | |
<<. make -f - run clean | |
.POSIX: | |
.SUFFIXES: | |
PROGNAME = $(basename ${0%.*}) | |
BASEDIR = $(test "${0##*[^.]/}" = "$0" && pwd || (cd "${0%/*}" && pwd)) | |
SRCFILE = \$(BASEDIR)/\$(PROGNAME).tex | |
PDFFILE = \$(BASEDIR)/\$(PROGNAME).pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<actions> | |
<action> | |
<icon>utilities-terminal</icon> | |
<name>Open Terminal Emulator</name> | |
<name xml:lang="ja">端末エミュレータを開く</name> | |
<command>exo-open --working-directory %f --launch TerminalEmulator</command> | |
<description>Open terminal emulator which working directory is here.</description> | |
<description xml:lang="ja">ここを作業ディレクトリとして端末エミュレータを起動します。</description> | |
<patterns>*</patterns> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "UTF-8"; | |
:root { | |
--base_font_size: 14px; | |
} | |
.vimvixen-hint { | |
background: InfoBackground !important; | |
border-radius: 0.5ex !important; | |
border: 1px solid InfoText !important; |