![]() EMBED YOUR TERMINAL RECORDINGS ONLINE |
Vim file navigating and NERDTree
|
||||||||
EMBED THIS RECORDING:
<div><script id="playterm-MjAxMS0xMC9uZXJkdHJlZXR0eXJlYy0xMzE4NDU0NjcyfDEyMHgzNQ==" type="text/javascript" src="https://playterm.org/js/?hash=MjAxMS0xMC9uZXJkdHJlZXR0eXJlYy0xMzE4NDU0NjcyfDEyMHgzNQ==" class="size:120x35"></script></div> |
|||||||||
Related recordings: |
I recorded this `vim file navigating and NERDTree` shellsession because there are many ways to navigate thru files: opening/exiting vim =================== $ vi somefile.txt :q! $ vi otherfile.txt (re)openbuffers =============== :vi somefile.txt :vi otherfile.txt :ls :b1 :b2 open files with !ls =================== $ vi somefile.txt :!ls (or :!dir on windows) :vi otherfile.txt NERDTree vimplugin ================== :NERDTreeToggle CTRL-w: move between windows press '?' in NERDTree window LiJie saidhao ao you!windows XP |