User Tools

Site Tools


linux:default_editor

How to set the dedfault editor on linux.
in my case i want to set vim as default editor

  • sudo update-alternatives –config editor
    davide@vanesio:~$ sudo update-alternatives --config editor
    There are 4 choices for the alternative editor (providing /usr/bin/editor).
    
      Selection    Path                Priority   Status
    ------------------------------------------------------------
    * 0            /bin/nano            40        auto mode
      1            /bin/ed             -100       manual mode
      2            /bin/nano            40        manual mode
      3            /usr/bin/vim.basic   30        manual mode
      4            /usr/bin/vim.tiny    15        manual mode
    
    Press <enter> to keep the current choice[*], or type selection number: 3       
    update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in manual mode
    davide@vanesio:~$ 
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
linux/default_editor.txt · Last modified: 2024/11/10 08:00 by 127.0.0.1