Hatena::ブログ(Diary)

connvoi_tyouの日記 RSSフィード

2011-08-13

それ英語で

最近vimを非エンジニアに教える機会があって、

せっかくなので英語でプレゼンしようと言うことにしました。


ことの発端

とあるphp,html,jsを学びたい英語のできる人

とある英語を学びたいwebエンジニア


お互いにgive&takeしてwinwinになりましょうっていうのをやってます。

せっかく英語ならうんだから、効果を最大化したいので、

僕が教えるターンを全部英語にしちゃえ!!

という意気込み、大事ですね。はい。


プレゼン資料

資料作ったんだから、アウトプットする必要があるよね。

なるべくしゃべることを考えたので、

ほとんどkeynote的な資料になってます。


台本

slideshareにうまいこと台本が乗らなかったのでここに書いておく。

すっごいtypoがあるけど気にしない気にしない、、、、



1.vim
today I talk about vim.
For begginer.
you learn basic operation of vim today.


2.
When you write HTML, LL or etc,
you use keyboard and also mouse.

you Select some lines of document,
right click and cut.
Next you move mouse cursor,
and paste sentense,and,,,,brarara

That proccesses are tremendas cresy.
If you use vim,
you can move cursole in keyboard homeposition.
can copy  only 2types of key.
also can search easy .

Of course your hands less tired than before.
your edding get more speedy 1 biliontimes than before.
Why not vim?

today i show you select and, a little of advance.

3.
 h,l is left and right. j,k are up and down w, b w mean word. type w is forward a word. bw means backword.


4.
mode

the vim has  normal, command, edit, visual mode.
You don't have to learn just now.
Use vim, and You can memory them gradualy.


5,
i
when you write or add text, you type i.
i is "insert".
you press i, vim start insert mode.
if you finish to edit, you type escape.
x and dd

x is delete a charachter.
dd is delete a line.

6.
copy a line.(yank)
shift + y(same Y)

and type p is paste

7.
type v means visualmode.
you can move by hjkl.
you can see hilight your text.
Then ,
type shift+y. that means copy hilighted area.

there are some tips
type 0 is moving head of the line.
type $ is moving end of the line.

 and Next paste.
 Do you memory paste command?
 If you rewind process type u.

   Ok,basic operation allmost done.
   let's talk about Advance8.If you misstake or wanna restart, you type 'u'key.
u means undo.And redo is 'ctrl+r'.


8.If you misstake or wanna restart, you type 'u'key.
u means undo.And redo is 'ctrl+r'.

9.
:w , :q
if you want to save, you type ":w". it means write.
':' is  command mode.so you type ":w", first you get command mode, second you save this document.
":q" is same thing. first you get command mode and quit.
And also You can assenble them. Typing ":wq" means "write and quit".

10.
Let’s start advance setting.
First Autocomplete.

Neocomplecache is very usefull.
Neocomplechae make vim get more powerfull and brought you new vim world!!

11.
vimrc is configrationfile for vim.
It’s use to locate your home directory.
File name is ‘.vimrc’.
You open your .vimrc, and copy this linktext.

12.
If you wanna change color syntax, you can use colorscheme command.
demo.

13.
mac tarminal command
this is a tips of mac terminal.

14.
OK, Now.You are living vimworld.
I showed you basic keycommand, like copy and paste,
and more powerfull tools like search and select.
You also do Advanced of vim , autocomplete, configration and colorscheme.
Your Editting get more speedy,efficient,intuitive than before.
Enjoy Vim!!


感想

結構資料用意するのはヘビーで高負荷な負担なんですが、

何より仲間と一緒にできるってのがすごいたのしいですね!


英語のできる人とwebエンジニアが交錯するとき、物語は始まる。



スパム対策のためのダミーです。もし見えても何も入力しないでください
ゲスト


画像認証

トラックバック - http://d.hatena.ne.jp/connvoi_tyou/20110813/1313248875