Showing posts with label vimtutor. Show all posts
Showing posts with label vimtutor. Show all posts

Wednesday, April 16, 2014

Belajar Vim: vimtutor lesson 1.1 - 1.2

Learning by doing. Cara terbaik dalam belajar adalah dengan mempraktekannya atau mengamalkannya. Kali ini saya akan mendemostrasikan belajar editor terbaik dan tercepat di dunia, VIM (VI Improved) dengan metode terbaik pula: vimtutor yang sudah embedded di terminal.

Silakan lihat video di bawah ini dan ikuti apa yang saya lakukan di video tersebut.
Lesson we've learned:
  • hjkl (berpindah kursor ke kiri, bawah, atas, kanan):the power of VIM, tuts hjkl inilah yang membuat vim memeliki kecepatan cahaya dalam editing.
  • :q!  untuk keluar tanpa menyimpan perubahan
Jika anda tidak bisa memulai vimtutor, mungkin belum terinstall pada terminal anda. Install dengan sudo apt-get install vim-runtime .

Monday, March 18, 2013

A Vim Cheat Sheet: vimcheat.sh

Today, I create vim cheat sheet namely vimcheat.sh which is adapted from this link and inspired from Unix command line cheat sheet available here.
https://gist.github.com/bagustris/0f321dbdd3d1ce85df1b412bf0488705
Directly, go to my github link above, and download the vimcheet.sh there, save it in your /home directory, and use : less vimcheat.sh in your terminal to show the cheat sheet. All suggestion are welcome! just contact me.

vimcheat.sh, github page


In addition, you can you use vimtutor (by typing "vimtutor" in terminal) and search your command by "/keywords". You can check my screencast on how I learn vim for lesson 1.1-1.2 on this link,
Related Posts Plugin for WordPress, Blogger...