음....; 안녕하세요 프게 눈팅하는 사람입니다.;
처음으로 글을 써보네요 ;
저는 요즘 리눅스 공부하다가 vi를 알고나서 투자(?)를 좀 하고 있는데요
윈도우에서도 vim 사용합니다.물론 초짜..................ㅠ
근데 크롬에서도 vim처럼 사용할 수 있더라구요(뒷북이면 지송;;;ㅠㅠ)
그냥 프게에 vim 사용하신다는 분들은 있는데 이 내용이 언급된 적은 없는거 같아서요.
주소는
여기구요 그냥 설치만 해주시면 vim 과 같이 사용 가능해요!
음. 일단 웹서핑 할 때 끝내줍니다. 제가 노트북 사용하는데 밖에서 쓰기도 너무 편하고
마우스가 필요없어질 정도??;;
혹여 vim 을 사용하지 않으시는 분들
그리고 프로그래밍을 하지 않으시는 분들도 전혀 상관없이 몇개의 단축키만 외워두시면 정말 편해요~
이건 홈페이지에 있는 단축키 매뉴얼입니다.
Keyboard shortcuts
| | Navigating history |
H | : | Go back in history |
L | : | Go forward in history |
| | Manipulating tabs |
K, gt | : | Go one tab right |
J, gT | : | Go one tab left |
t | : | Create new tab |
x | : | Close current tab |
X | : | Restore closed tab |
| | Navigating the page |
? | : | Show the help dialog |
j | : | Scroll down |
k | : | Scroll up |
h | : | Scroll left |
l | : | Scroll right |
gg | : | Scroll to the top of the page |
G | : | Scroll to the bottom of the page |
| | |
u, <c-u> | : | Scroll a half page up |
d, <c-d> | : | Scroll a half page down |
<c-f> | : | Scroll a full page down |
<c-b> | : | Scroll a full page up |
f | : | Open a link in the current tab |
F | : | Open a link in a new tab |
o | : | Open URL, bookmark, or history entry |
O | : | Open URL, bookmark, or history entry in a new tab |
| | |
r | : | Reload the page |
gs | : | View page source |
/ | : | Enter find mode |
n | : | Cycle forward to the next find match |
N | : | Cycle backward to the previous find match |
yy | : | Copy the current URL to the clipboard |
gf | : | Cycle focus to the next frame |
i | : | Enter insert mode |
어떻게 마무리 하죠;;
그럼 전 이만;