Skip to content

Instantly share code, notes, and snippets.

View yudai524's full-sized avatar
☀️

Yudai Konishi yudai524

☀️
View GitHub Profile
@yudai524
yudai524 / Custom key mappings
Created November 30, 2020 13:44
Vimium Options
# Insert your preferred key mappings here.
map h goBack
map l goForward
map H previousTab
map L nextTab
map i LinkHints.activateMode
map I LinkHints.activateModeToOpenInNewTab
map <c-f> scrollFullPageDown
map <c-b> scrollFullPageUp
@yudai524
yudai524 / .tmux.conf
Created November 30, 2020 06:05
tmux
#
# 一般設定
#
# 設定ファイルをリロードする
bind r source-file ~/.tmux.conf \; display "Reloaded!"
# prefixキーをC-aに変更する
set -g prefix C-a
@yudai524
yudai524 / whitespace-example.html
Created September 30, 2019 09:01
white-space: pre; とかのサンプル
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
.pre, .pre-line {
background-color: #99cc00;
}
.pre {