기본 콘텐츠로 건너뛰기

Nano editor shortcut


Command Line Arguments

-A
Makes the Home key behave more intell­igently (moving to beginning of non-wh­ite­space charac­ters, instead of the beginning of the line, as is default.)
-B
Backs up edits to a copy of the file in the current directory with the suffix ~.
-E
Convert typed tabs to spaces.
-L
Don't add newlines to the ends of files.
-N
Disable automatic conversion of files from DOS/Mac format.
-O
Use the blank line below the titlebar as extra editing space.
-S
Enable smooth scrolling. Text will scroll line-b­y-line, instead of the usual chunk-­by-­chunk behavior.
-c
Constantly show the cursor position.
-w
disable wrapping of long lines.
-$
Enable softwrap (wraps lines instead of horizontal scrolling.)

NOTE: Because $ is treated as a variable by many execution enviro­nments, it is advisable to flag this option separately from others you may be using, e.g.: 
nano -ALNc -$ textfi­le.txt
nano [OPTIONS] [[+LIN­E,C­OLUMN] FILE]...




Shortcuts

^G
Display help text.
^O
Write the current file to disk
^X
Exit nano.
^T
Invoke spellc­heck, if installed.
^Y
Next screen.
^V
Previous screen.
^L
Refresh (force redraw) current screen.
^J
Justify current paragraph. (Join together broken lines of text until double newline is encoun­tered.)
^W
Search for a string or regular expres­sion.
^\
Search and replace a string or regular expres­sion.



이 블로그의 인기 게시물

[ 3D개념 정리 ] Texture Methods와 Light

Texture diffuse map (color map) : 조명의 확산, 컬러등의 정보가 담긴 텍스쳐 specular map : 재질에 따른 반사율을 다르게 하기위한 텍스쳐 (광택) normal map : 평평한 텍스쳐에 굴곡을 주기위한 텍스쳐 ambient occlusion (A.O.) : 주변물체와 근첩함으로 생기는 암부 표현위한 텍스쳐 Light directional light : 태양 (모든 면에 일정각도로 비췸) point light :  랜턴 (방향있는 조명) rim light : 후광 (윤곽이 또렸해지는 효과) fresnel effect : 빛의 반사각에 따라 밝기나 색상이 다름 (호수표면 효과?)

FlashPunk (Flash Game Engine)글 제목

github에서 actionscript 검색하다 우연히 발견한 플래시 2D 게임엔진. http://flashpunk.net/ 코드를 한참 들여다보다 잘 감이 안잡혀서 검색해봤더니 쓰는 사람들이 말하길 동영상 강좌 보고 하니 쉽다고 하길래 홈페이지 가봤다. 강좌가 잘되어 있다.^^ (동영상강좌가 아주 좋다) 맛배기로  첫번째 강좌 FlashDevelop를 사용해서 셋팅하는 법부터, 프로젝트 구성하는 법까지 알려줌