Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

nerdtree

MacVim+NERDTree: How to open a file as a split in furthest horizontal split

January 2, 2024 by Tarik

It seems as though my particular setup at that time may have been the issue, and I think I understand why. First, how to do what I asked: Open up nerdtree with :NERDTree Open your first file with or o Open second file in horizontal split pane with i From each of 2 horizontal panes … Read more

Categories macvim Tags macvim, nerdtree Leave a comment

Changing drive letter in NERDtree

December 6, 2023 by Tarik

If you want to go to your Z drive, for example, start it as: :NERDTree Z:\

Categories vim Tags nerdtree, vim Leave a comment

VIM and NERD Tree – closing a buffer properly

December 2, 2023 by Tarik

Try this mapping: nnoremap <leader>q :bp<cr>:bd #<cr>

Categories vim Tags nerdtree, vim Leave a comment

Disable Scrollbar in NERDtree with MacVim

September 9, 2023 by Tarik

Use the following: :set guioptions-=L

Categories plugins Tags macvim, nerdtree, plugins, vim Leave a comment

How to automatically close NERDTree after a file has been opened?

August 19, 2023 by Tarik

Add the following to your .vimrc let NERDTreeQuitOnOpen=1

Categories vim Tags nerdtree, vim Leave a comment

Auto-open NERDTree in vim

July 28, 2023 by Tarik

au VimEnter * NERDTree in your vimrc should do it :he autocmd.txt for background

Categories linux Tags linux, nerdtree, unix, vim Leave a comment

Two basic questions with NERDTree — switching windows and finding files

June 12, 2023 by Tarik

The NERDTree plugin creates a Vim buffer, and displays it in a Vim window. So you can use any of your normal Vim commands. (1) Thus, if your edit window is to the right of the NERDTree window, you would use: ctrl + Wl to go to right window and ctrl + Wh to go … Read more

Categories vim Tags nerdtree, vim, vim-plugin Leave a comment

Auto-open NERDTree in “EVERY” tab

June 9, 2023 by Tarik

autocmd VimEnter * NERDTree autocmd BufEnter * NERDTreeMirror edit: The above command seems to open the new tab in NERDTree’s buffer. Instead use this as mentioned by wejrowski in the comment below : autocmd BufWinEnter * NERDTreeMirror

Categories vim Tags nerdtree, vim Leave a comment

Create a command shortcut for NERDTree in Vim editor

May 25, 2023 by Tarik

In my .vimrc I have: let mapleader = “,” nmap <leader>ne :NERDTree<cr> So when I need NERDTree I just write ,ne in normal mode.

Categories vim Tags command, command-line, nerdtree, vim Leave a comment

Renaming a file in NERDTREE

April 27, 2023 by Tarik

Use Move, (m)ove the current node in the m menu to rename.

Categories vim Tags nerdtree, rename, vim Leave a comment
Older posts
Page1 Page2 Page3 Next →

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa