vim

  1. byrnejb

    Solved vim / gvim Unable to open GUI

    I log on to a publicly exposed sshd service using ssh -Xt -2 -p $SSHPORT $SSHUSERID@$SSHHOST.$SSHTLD from a MacBook terminal utility. The sshd service is running in a Freebsd-13 jail. Usually, once I am logged on I can run gvim and get an XQuartz editing window on my MacBook. However...
  2. A

    vim doesn't work anymore

    ~ vim ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /usr/local/lib/libpython3.9.so.1.0 not found freebsd-version 13.0-RELEASE-p12
  3. byrnejb

    Solved GVIM - does not want to edit a simple job file.

    I have a one-line shell script that I submit to the background from the command line. I saved this as a file named np4178.job. When I look at np4178.job using more I see this: export HPNP=4178 ; socat TCP4-LISTEN:4178,bind=192.168.216.179,fork,reuseaddr,su=hp3000 SYSTEM:'sed -r "1s/^.{42}//"...
  4. byrnejb

    Solved VIM - set guifont

    OS = FreeBSD-12.2p3 vim = 8.2.2263 In .vimrc I would like to change the guifont in vim on the mate desktop from this: :set guifont=Bitstream\ Vers\ Sans\ Mono\ 14\ cANSI; to this: :set guifont=DejaVu\ Sans\ Mono\ 14\ cANSI However while the Bitstream setting works as documented...
  5. NapoleonWils0n

    Newsboat rss reader enable vim key bindings

    Newsboat is a RSS/Atom feed reader for the text console Newsboat install # pkg install newsboat Here's how to change the Newsboats to use vim style key bindings Create the newsboat config file vi ~/.newsboat/config Then add the code below to the config file and save # general settings...
  6. L

    Shared object "libdl.so.1" not found, required by "vim"

    I just upgraded to 11.2-RELEASE-p4 trying to solve an issue related to upgrading the ports collection. (earlier post) After the upgrades I tried to start 'vim' to edit a config file and get this error: Shared object "libdl.so.1" not found, required by "vim" How do I go about acquiring and...
  7. fnoyanisi

    Guake does not display UTF-8

    Hi there, I have x11/guake installed but UTF-8 characters are not properly displayed in the terminal. More specifically, the characters in the editors/vim airline extension appear as question marks. Similar problem exists for the Tagbar extension of editors/vim as well. I have tested these...
  8. K

    vim randomly pastes yanked content

    Hi, I've got a strange problem with editors/vim-lite since I think yesterday (but it could be longer): Sometimes if I open vim it just pastes everything that it has saved from the last yank (copy in vim terms). I'm totally at a loss, why it's doing it. I had the same vim config for almost two...
  9. Farhan Khan

    Mouse with PuTTY in Vim

    Silly question, when I am using PuTTY to my FreeBSD box and go into vim, if I try to click, it does not copy-paste text as it used to. Instead, it sends vim into visual mode or does some other arbitrary command. How do I disable this and go back to default behavior? If its something in...
  10. W

    Other Vim and sed not recognizing escape characters

    I hope I am putting this in the area. I am running FreeBSD 10.3 x86_64 ZFS with fully encrypted HDD. I want to put a CR-LF after every uppercase Q followed by a number, i.e. Q4, Q75, Q453, In vim, I have tried: :%s/Q[0-9]+/&\r/g As well as several variations. :%s/Q\d\d\d/&\r/g Vim...
  11. P

    Shell problem in setting default editor to vim

    I am on FreeBSD 10.2-RELEASE-p14 FreeBSD 10.2-RELEASE-p14 #0: Wed Mar 16 20:46:12 UTC 2016 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 Installed vim through pkg install vim. My Current shell is: $ echo $SHELL /usr/local/bin/bash My .profile file is edited...
  12. M

    textwidth in vim, mutt - different behaviours

    Vim doesn't seem to apply textwidth instruction as expected (instead, the line just runs on to the end of the terminal window - so apparently applies no EOL/carriage return). I have confirmed that on start Vim reads ~/.vimrc (line numbers and other settings operate as configured in this file)...
Back
Top