• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

Installing VIM on pfSense ¿Should I?

Scheduled Pinned Locked Moved General pfSense Questions
17 Posts 10 Posters 12.2k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    jimp Rebel Alliance Developer Netgate
    last edited by Jul 20, 2015, 3:53 PM

    @doktornotor:

    If the problem is "really got lost when i tryed to use VI" a.k.a. "Ctrl+Alt+Del me outta this damned thing" then I don't think "replacing" that with vim will make you any less lost…  :P ee is good alternative for those who don't want to exit text editors by kill -9 or reboot.

    I tried ee, but I got lost when I couldn't exit with <esc>:wq

    ;-)</esc>

    Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

    Need help fast? Netgate Global Support!

    Do not Chat/PM for help!

    1 Reply Last reply Reply Quote 0
    • K Offline
      KOM
      last edited by Jul 20, 2015, 6:24 PM

      Seriously, who doesn't know vi?  It's been around for decades and is available by default on everything, so you're better off learning its basic usage.

      VI Cheat Sheet

      1 Reply Last reply Reply Quote 0
      • J Offline
        jimp Rebel Alliance Developer Netgate
        last edited by Jul 20, 2015, 6:26 PM

        @KOM:

        Seriously, who doesn't know vi?  It's been around for decades and is available by default on everything, so you're better off learning its basic usage.

        VI Cheat Sheet

        Or for the caffeinated:

        vi Reference Coffee Mug

        Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

        Need help fast? Netgate Global Support!

        Do not Chat/PM for help!

        1 Reply Last reply Reply Quote 0
        • A Offline
          Alex Atkin UK
          last edited by Jul 21, 2015, 1:51 AM

          I installed vim, but the dependencies list was HUGE.  Very confusing as some of the stuff I'm almost certain it doesn't need.

          I just hope it doesn't break pfSense upgrades.

          1 Reply Last reply Reply Quote 0
          • K Offline
            KOM
            last edited by Jul 21, 2015, 1:35 PM

            I just hope it doesn't break pfSense upgrades.

            And yet you would rather do that and risk it instead of just learning 5-6 basic vi commands.

            1 Reply Last reply Reply Quote 1
            • C Offline
              chidgear
              last edited by Jul 21, 2015, 5:19 PM

              VI scares me a lot (I admit it), VIM is more "friendly" so, to me, the chances to get lost are extremely lower but, indeed, VIM needs a lot of dependencies. For now I'll try ee, and will read the cheatsheet of VI posted by KOM (and, hopefully, I can deg delivered a VI reference coffe mug [Thanks jimp]) I hope to founding myself using VI in a couple of days.
              Thank You!

              1 Reply Last reply Reply Quote 0
              • A Offline
                Alex Atkin UK
                last edited by Aug 16, 2015, 2:51 AM Aug 16, 2015, 2:37 AM

                @KOM:

                Seriously, who doesn't know vi?  It's been around for decades and is available by default on everything, so you're better off learning its basic usage.

                VI Cheat Sheet

                It depends on your background.

                It may be default on routers with limited resources where it compiled into busybox, but where I have mostly used it has been on Linux and that always has vim as default.

                It makes zero sense spending hours learning the syntax of vi to do an edit that would take second in vim.  Even OpenWRT has a vim compatibility mode, it seems backwards that pfSense doesn't to me.  Its like its deliberately designed to be harder to use than necessary.

                @doktornotor:

                If the problem is "really got lost when i tryed to use VI" a.k.a. "Ctrl+Alt+Del me outta this damned thing" then I don't think "replacing" that with vim will make you any less lost…  :P ee is good alternative for those who don't want to exit text editors by kill -9 or reboot.

                No, the problem is that many of us are coming from Linux where vim has been the default for about 15 years now.

                1 Reply Last reply Reply Quote 0
                • D Offline
                  doktornotor Banned
                  last edited by Aug 16, 2015, 7:38 AM

                  @Alex:

                  It makes zero sense spending hours learning the syntax of vi to do an edit that would take second in vim.

                  Huh? The basic stuff is exact same crap. The rest, if you want to do hours of editing, do it elsewhere with editor of your choice, or install one via pkg.

                  @Alex:

                  No, the problem is that many of us are coming from Linux where vim has been the default for about 15 years now.

                  AFAICT pretty much every sane distro out there sets $EDITOR to something like nano… Because people just don't want to learn vi, vim, or any similar frenzy. There don't want to reboot their boxes to get out of mad text editor designed for mad geeks.

                  On another note - you are not supposed to mess with anything in console directly, it's not needed for anything. So, having two editors there (one actually usable by anyone and the other being the the legacy POSIX-"mandatory" thing),  is more than enough I'd say?!?

                  1 Reply Last reply Reply Quote 0
                  • F Offline
                    firewalluser
                    last edited by Aug 16, 2015, 11:39 AM Aug 16, 2015, 11:35 AM

                    @Alex:

                    @KOM:

                    Seriously, who doesn't know vi?  It's been around for decades and is available by default on everything, so you're better off learning its basic usage.

                    VI Cheat Sheet

                    It depends on your background.

                    It may be default on routers with limited resources where it compiled into busybox, but where I have mostly used it has been on Linux and that always has vim as default.

                    BSDbox looks to be the equivalent of busybox, havent looked to see what packages are available in bsdbox though.

                    BSDbox appears to be for freshBSD, and busybox is ported to freebsd.
                    http://portsmon.freebsd.org/portoverview.py?category=sysutils&portname=busybox
                    http://www.busybox.net/

                    Personally I quite like busybox as its a nice cut down lean mean environment.

                    Capitalism, currently The World's best Entertainment Control System and YOU cant buy it! But you can buy this, or some of this or some of these

                    Asch Conformity, mainly the blind leading the blind.

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      mohammad 0
                      last edited by Feb 20, 2019, 6:17 PM

                      Long story short, to install regular vim just do...

                      pkg-static install vim-console
                      or
                      pkg install vim-console
                      

                      my pfSense version is 2.4.4 by the way

                      1 Reply Last reply Reply Quote 0
                      • JKnottJ Offline
                        JKnott
                        last edited by Feb 20, 2019, 6:36 PM

                        @mohammad-0 said in Installing VIM on pfSense ¿Should I?:

                        Long story short, to install regular vim just do...

                        Tnx.

                        I've used vim for many years and much prefer it to the vi included with pfSense.

                        PfSense running on Qotom mini PC
                        i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                        UniFi AC-Lite access point

                        I haven't lost my mind. It's around here...somewhere...

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                          This community forum collects and processes your personal information.
                          consent.not_received