Daftar Isi

Cara Menggunakan NERDTree di Vim/Neovim

Menyimpan Session Tmux

Apa itu NERDTree?

NERDTree adalah sebuah plugin powerfull yang digunakan di Vim maupun Neovim text editor, yang berfungsi untuk menambahkan fitur file tree atau file manager tanpa harus keluar dari aplikasi Vim.

Cara Menginstall Plugin NERDTree di Vim

Untuk menginstall … coming soon

Membuka NERDTree di Vim

Untuk Memanggil atau membuka NERDTree di Vim kita hanya perlu mengetikkan :NERDTree.

Mengelola File di NERDTree

Untuk mengelola file, setelah NERDTree dibuka, kita tinggal menekan m artinya kita akan membuka menu NERDTree, setelah itu akan muncul menu seperti dibawah:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
NERDTree Menu. Use j/k/enter, or the shortcuts indicated                                                                                              
=========================================================                                                                                             
> (!)Execute file                                                                                                                                     
  (a)dd a childnode                                                                                                                                   
  (m)ove the current node                                                                                                                             
  (d)elete the current node                                                                                                                           
  (r)eveal the current node in file manager                                                                                                           
  (o)pen the current node with system editor                                                                                                          
  (c)opy the current node                                                                                                                             
  copy (p)ath to clipboard                                                                                                                            
  (l)ist the current node                                                                                                                             
  Run (s)ystem command in this directory  

Setelah menu terbuka, kita bisa melakukan perintah dasar dalam mengelola file seperti copy, paste, move(cut). Lakukan dengan memilih menu. Kita bisa menjalankan kursor dengan menekan j untuk kebawah, kemudian k untuk keatas lalu tekan Enter. Atau bisa juga menekan huruf di dalam kurung sebagai shortcut key menu.

Referensi

Stackoverflow tentang Renaming or copying files and folder using NERDTree on Vim. Is it possible?