Skip to content

Instantly share code, notes, and snippets.

View kana's full-sized avatar

Kana Natsuno kana

View GitHub Profile
2010年アゾンインターナショナル福袋
525 60カラーショーツ(黄緑ST)
735 60アリスハイソックス(グレーx白)
945 60ロリータオーバー二ーソックスC(黒x黒x黒)
1890 60編み上げホットパンツ(黒)
1890 パンクハイネックTシャツ(白)
1995 60プリーツチェックミニスカート(グリーンタータン)
2520 60サイドベルトチェックスカート(赤タータンx黒フリル)
2730 60ガーターベルト&ストッキング(黒)
status key command
Conversion Backspace Cancel
Conversion Ctrl ; DisplayAsHalfWidth
Conversion Ctrl : DisplayAsHalfAlphanumeric
Conversion Ctrl ' DisplayAsHalfAlphanumeric
Conversion Ctrl a SegmentFocusFirst
Conversion Ctrl b SegmentFocusLeft
Conversion Ctrl d SegmentFocusRight
Conversion Ctrl e ConvertPrev
Conversion Ctrl f SegmentFocusRight
kana@avril ~/working/config (2) [vim-ku-0.3]
YUKI.N> gdb ../vim-debug/src/vim
GNU gdb 6.3.50-20050815 (Apple version gdb-962) (Sat Jul 26 08:14:40 UTC 2008)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-apple-darwin"...Reading symbols for shared libraries ..... done
@kana
kana / Result
Created September 6, 2009 23:29
1.065487
0.933179
0.843261
0.705416
YUKI.N> git clone git://github.com/kana/config.git
YUKI.N> cd config
YUKI.N> git checkout vim-operator-replace-bug-char-vs-char-case-1
YUKI.N> make PACKAGE_NAME=vim-operator-replace test-a-package
TEST: test/vim-operator-replace/basic ... FAILED
--- test/vim-operator-replace/basic.expected 2009-09-06 17:57:31.000000000 +0900
+++ test/vim-operator-replace/basic.output 2009-09-06 17:57:07.000000000 +0900
@@ -29,7 +29,9 @@
TEST: getline(1, line('$')) ==> text ... ok
TEST: [line('.'), col('.')] ==> [1, 7] ... ok
vim -u NONE -c 'source test.vim'
#include <stdio.h>
typedef struct Greeter
{
struct Greeter (*hello)(const char*);
} Greeter;
Greeter hello(const char *name);
edit k
append
vim: set nrformats=hex number :
.
write
edit
setlocal nrformats? number? " ==> nrformats=hex number
split
setlocal nrformats=
%substitute/number/nonumber/
" ku - An interface for anything
" Version: 0.2.2
" Copyright (C) 2008-2009 kana <http://whileimautomaton.net/>
" License: MIT license {{{
" Permission is hereby granted, free of charge, to any person obtaining
" a copy of this software and associated documentation files (the
" "Software"), to deal in the Software without restriction, including
" without limitation the rights to use, copy, modify, merge, publish,
" distribute, sublicense, and/or sell copies of the Software, and to
" permit persons to whom the Software is furnished to do so, subject to
@kana
kana / c.vim
Created May 2, 2009 09:03 — forked from mootoh/c.vim
" c.vim
" Syntax Highlight Rule for 'KRDS': stands for KoRe ha DaSai, similar to FIXME
" install this by putting it as ~/.vim/after/syntax/c.vim
syn keyword cTodo contained TODO FIXME XXX KRDS