Skip to content

Instantly share code, notes, and snippets.

View MaxMEllon's full-sized avatar
:octocat:
Enjoy

Kento TSUJI MaxMEllon

:octocat:
Enjoy
View GitHub Profile
" init {{{
"=====================================================================
" 初期設定
"=====================================================================
autocmd!
let mapleader='\'
"Windows環境判別用変数
let s:is_windows = has('win32') || has('win64')
@MaxMEllon
MaxMEllon / sample.png
Last active August 29, 2015 14:10
sample
sample.png
BoldAsFont=yes
BackgroundColour=0,0,0
Transparency=off
CursorType=block
ForegroundColour=255,255,255
CursorColour=172,255,166
FontSmoothing=partial
AllowBlinking=yes
Locale=C
Charset=UTF-8
# completion
set completion-ignore-case on
# history
"\C-p":history-search-backward
"\C-n":history-search-forward
# meta
set kanji-code utf-8
# set convert-meta off
# tmux basic setting
set-option -g prefix C-t
bind C-r source-file ~/.tmux.conf
# shell
set-option -g default-shell /usr/bin/zsh
# set-option -g default-command /usr/bin/zsh
# 直前のウィンドウ t
bind C-t last-window

hoge

markdown gist てすと

gistyてすとなんやな

#define MAIN int main(int argc, char *argv[])
#define MAX 100000
#define TYPE_NUM 7
#define BEGEIN {
#define END }
#define FOR for (
#define IF if (
#define DO ) {
#define SCAN scanf
#define INT int
@startuml{table.png}
class Mylist {
+name: string
}
class Link {
+title: string
+url: string
+discription: text
@startuml
class HogePoge {
+atribure : hoge
+method() : poge
}
@enduml