Vim

From belajarwiki
Revision as of 14:53, 25 January 2021 by Aditya (talk | contribs) (Created page with "Vim is a clone, with additions, of Bill Joy's vi text editor program for Unix. Vim's author, Bram Moolenaar, based it on the source code for a port of the Stevie editor to the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Vim is a clone, with additions, of Bill Joy's vi text editor program for Unix. Vim's author, Bram Moolenaar, based it on the source code for a port of the Stevie editor to the Amiga and released a version to the public in 1991. Vim is designed for use both from a command-line interface and as a standalone application in a graphical user interface.

Instalasi

Secara default, vim sudah ada di ubuntu. Jika ingin download, dapat mengakses link https://www.vim.org/download.php

Cara Penggunaan

Ketik vi <nama file> pada terminal. Jika nama file belum ada, maka akan otomatis dibuat.

Ketika awal (tidak dalam mode edit), kursor dapat digerakkan ke atas-bawah-kanan-kiri.

Masuk ke dalam mode edit dapat melalui

  • Memulai tulisan/edit === Ketik 'i' pada bagian yang akan diubah
  • Melakukan copy satu baris === Ketik 'yy'



Referensi

https://en.wikipedia.org/wiki/Vim_(text_editor)

https://www.vim.org/

https://www.tutorialspoint.com/vim/vim_editing.htm


Pralana Menarik

Text editor