home.social

#vim — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #vim, aggregated by home.social.

fetched live
  1. @paniash @jtr @ericsfraga

    Interesting perspective. I never thought of #Vim as ergonomic. I guess if its key bindings contribute less to RSI, that counts.

    I've been using vi for about 35 years. I first learned about it when my computer science professor assigned a project to write a simple version of it in 8086 assembler language. Later, in my with with Unix and Linux machines, I put an effort into learning more about it because it was the ubiquitous editor.

  2. @paniash @jtr @ericsfraga

    Interesting perspective. I never thought of #Vim as ergonomic. I guess if its key bindings contribute less to RSI, that counts.

    I've been using vi for about 35 years. I first learned about it when my computer science professor assigned a project to write a simple version of it in 8086 assembler language. Later, in my with with Unix and Linux machines, I put an effort into learning more about it because it was the ubiquitous editor.

  3. @paniash @jtr @ericsfraga

    Interesting perspective. I never thought of #Vim as ergonomic. I guess if its key bindings contribute less to RSI, that counts.

    I've been using vi for about 35 years. I first learned about it when my computer science professor assigned a project to write a simple version of it in 8086 assembler language. Later, in my with with Unix and Linux machines, I put an effort into learning more about it because it was the ubiquitous editor.

  4. @paniash @jtr @ericsfraga

    Interesting perspective. I never thought of #Vim as ergonomic. I guess if its key bindings contribute less to RSI, that counts.

    I've been using vi for about 35 years. I first learned about it when my computer science professor assigned a project to write a simple version of it in 8086 assembler language. Later, in my with with Unix and Linux machines, I put an effort into learning more about it because it was the ubiquitous editor.

  5. For the #HelixEditor I added a couple of `gq` keybindings that work like #Vim to reflow selected text:

    [keys.normal.g]
    q = ":reflow"

    [keys.select.g]
    q = ":reflow"

  6. For the #HelixEditor I added a couple of `gq` keybindings that work like #Vim to reflow selected text:

    [keys.normal.g]
    q = ":reflow"

    [keys.select.g]
    q = ":reflow"

  7. For the #HelixEditor I added a couple of `gq` keybindings that work like #Vim to reflow selected text:

    [keys.normal.g]
    q = ":reflow"

    [keys.select.g]
    q = ":reflow"

  8. For the #HelixEditor I added a couple of `gq` keybindings that work like #Vim to reflow selected text:

    [keys.normal.g]
    q = ":reflow"

    [keys.select.g]
    q = ":reflow"

  9. For the #HelixEditor I added a couple of `gq` keybindings that work like #Vim to reflow selected text:

    [keys.normal.g]
    q = ":reflow"

    [keys.select.g]
    q = ":reflow"

  10. I'm finally taking the time to move from my old school vim setup to neovim. I'm already liking this so much more. I used the kickstart.nvim setup and its been pretty great so far.

    #vim #neovim

  11. I'm finally taking the time to move from my old school vim setup to neovim. I'm already liking this so much more. I used the kickstart.nvim setup and its been pretty great so far.

    #vim #neovim

  12. I'm finally taking the time to move from my old school vim setup to neovim. I'm already liking this so much more. I used the kickstart.nvim setup and its been pretty great so far.

    #vim #neovim

  13. I'm finally taking the time to move from my old school vim setup to neovim. I'm already liking this so much more. I used the kickstart.nvim setup and its been pretty great so far.

    #vim #neovim

  14. I'm finally taking the time to move from my old school vim setup to neovim. I'm already liking this so much more. I used the kickstart.nvim setup and its been pretty great so far.

    #vim #neovim

  15. Découverte Neovim : le folding natif. `zM` et tout un fichier Rust se replie — il ne reste que les signatures. `zR` et tout revient.

    Naviguer dans des centaines de lignes devient enfin lisible.

    Bonus : un pli fermé compte comme une seule ligne, donc `dd` sur une fonction repliée la déplace en entier.

    #Neovim #Vim

  16. Découverte Neovim : le folding natif. `zM` et tout un fichier Rust se replie — il ne reste que les signatures. `zR` et tout revient.

    Naviguer dans des centaines de lignes devient enfin lisible.

    Bonus : un pli fermé compte comme une seule ligne, donc `dd` sur une fonction repliée la déplace en entier.

    #Neovim #Vim

  17. Découverte Neovim : le folding natif. `zM` et tout un fichier Rust se replie — il ne reste que les signatures. `zR` et tout revient.

    Naviguer dans des centaines de lignes devient enfin lisible.

    Bonus : un pli fermé compte comme une seule ligne, donc `dd` sur une fonction repliée la déplace en entier.

    #Neovim #Vim

  18. Découverte Neovim : le folding natif. `zM` et tout un fichier Rust se replie — il ne reste que les signatures. `zR` et tout revient.

    Naviguer dans des centaines de lignes devient enfin lisible.

    Bonus : un pli fermé compte comme une seule ligne, donc `dd` sur une fonction repliée la déplace en entier.

    #Neovim #Vim

  19. Découverte Neovim : le folding natif. `zM` et tout un fichier Rust se replie — il ne reste que les signatures. `zR` et tout revient.

    Naviguer dans des centaines de lignes devient enfin lisible.

    Bonus : un pli fermé compte comme une seule ligne, donc `dd` sur une fonction repliée la déplace en entier.

    #Neovim #Vim

  20. @UmWerker

    Das mit den listen sagt mir zwar nix. Gegen nervige Einrück Probleme steht vorallem das hier in meinen dotfiles. Kann das meiste zwar nicht erklären, aber vielleicht hilft ja was davon.

    set autoindent
    set nosmartindent
    set nocindent
    set indentexpr=
    set indentkeys=
    filetype indent plugin off
    filetype indent off
    autocmd BufNew,BufNewFile,BufRead *, set indentkeys= indentexpr=

    #vi #vim #dotfiles #config #cmdline

  21. @UmWerker

    Das mit den listen sagt mir zwar nix. Gegen nervige Einrück Probleme steht vorallem das hier in meinen dotfiles. Kann das meiste zwar nicht erklären, aber vielleicht hilft ja was davon.

    set autoindent
    set nosmartindent
    set nocindent
    set indentexpr=
    set indentkeys=
    filetype indent plugin off
    filetype indent off
    autocmd BufNew,BufNewFile,BufRead *, set indentkeys= indentexpr=

    #vi #vim #dotfiles #config #cmdline

  22. @UmWerker

    Das mit den listen sagt mir zwar nix. Gegen nervige Einrück Probleme steht vorallem das hier in meinen dotfiles. Kann das meiste zwar nicht erklären, aber vielleicht hilft ja was davon.

    set autoindent
    set nosmartindent
    set nocindent
    set indentexpr=
    set indentkeys=
    filetype indent plugin off
    filetype indent off
    autocmd BufNew,BufNewFile,BufRead *, set indentkeys= indentexpr=

    #vi #vim #dotfiles #config #cmdline

  23. @UmWerker

    Das mit den listen sagt mir zwar nix. Gegen nervige Einrück Probleme steht vorallem das hier in meinen dotfiles. Kann das meiste zwar nicht erklären, aber vielleicht hilft ja was davon.

    set autoindent
    set nosmartindent
    set nocindent
    set indentexpr=
    set indentkeys=
    filetype indent plugin off
    filetype indent off
    autocmd BufNew,BufNewFile,BufRead *, set indentkeys= indentexpr=

    #vi #vim #dotfiles #config #cmdline

  24. @UmWerker

    Das mit den listen sagt mir zwar nix. Gegen nervige Einrück Probleme steht vorallem das hier in meinen dotfiles. Kann das meiste zwar nicht erklären, aber vielleicht hilft ja was davon.

    set autoindent
    set nosmartindent
    set nocindent
    set indentexpr=
    set indentkeys=
    filetype indent plugin off
    filetype indent off
    autocmd BufNew,BufNewFile,BufRead *, set indentkeys= indentexpr=

    #vi #vim #dotfiles #config #cmdline

  25. Nach der kompletten Neuinstallation zickt #vim wieder herum. Drücke ich in ungeordneten Listen "Enter", startet die nächste Zeile stets mit 2 Bindestrichen, also Unterpunkten.

    - Punkt 1
    - - sieht dann so aus

    Nervt natürlich kolossal. Ich glaube, das hat vim früher schon Mal gemacht, aber ich erinnere nicht mehr, wie ich ihm das abgewöhnen konnte. Noch bin ich nicht auf Suche gegangen. Wer aber schon eine Idee hat, darf gerne vorpreschen. Danke dafür.

    #Linux #Arch #ArchLinux #editor

  26. Nach der kompletten Neuinstallation zickt #vim wieder herum. Drücke ich in ungeordneten Listen "Enter", startet die nächste Zeile stets mit 2 Bindestrichen, also Unterpunkten.

    - Punkt 1
    - - sieht dann so aus

    Nervt natürlich kolossal. Ich glaube, das hat vim früher schon Mal gemacht, aber ich erinnere nicht mehr, wie ich ihm das abgewöhnen konnte. Noch bin ich nicht auf Suche gegangen. Wer aber schon eine Idee hat, darf gerne vorpreschen. Danke dafür.

    #Linux #Arch #ArchLinux #editor

  27. Nach der kompletten Neuinstallation zickt wieder herum. Drücke ich in ungeordneten Listen "Enter", startet die nächste Zeile stets mit 2 Bindestrichen, also Unterpunkten.

    - Punkt 1
    - - sieht dann so aus

    Nervt natürlich kolossal. Ich glaube, das hat vim früher schon Mal gemacht, aber ich erinnere nicht mehr, wie ich ihm das abgewöhnen konnte. Noch bin ich nicht auf Suche gegangen. Wer aber schon eine Idee hat, darf gerne vorpreschen. Danke dafür.

  28. Nach der kompletten Neuinstallation zickt #vim wieder herum. Drücke ich in ungeordneten Listen "Enter", startet die nächste Zeile stets mit 2 Bindestrichen, also Unterpunkten.

    - Punkt 1
    - - sieht dann so aus

    Nervt natürlich kolossal. Ich glaube, das hat vim früher schon Mal gemacht, aber ich erinnere nicht mehr, wie ich ihm das abgewöhnen konnte. Noch bin ich nicht auf Suche gegangen. Wer aber schon eine Idee hat, darf gerne vorpreschen. Danke dafür.

    #Linux #Arch #ArchLinux #editor

  29. Nach der kompletten Neuinstallation zickt #vim wieder herum. Drücke ich in ungeordneten Listen "Enter", startet die nächste Zeile stets mit 2 Bindestrichen, also Unterpunkten.

    - Punkt 1
    - - sieht dann so aus

    Nervt natürlich kolossal. Ich glaube, das hat vim früher schon Mal gemacht, aber ich erinnere nicht mehr, wie ich ihm das abgewöhnen konnte. Noch bin ich nicht auf Suche gegangen. Wer aber schon eine Idee hat, darf gerne vorpreschen. Danke dafür.

    #Linux #Arch #ArchLinux #editor

  30. I was wondering why completion for Ruby was so much better in Vim, compared to Emacs. Turns out ruby.vim does a lot more than propose words it finds in open buffers: github.com/vim-ruby/vim-ruby/b
    Is there anything like that for Emacs?
    #vim #emacs #ruby

  31. I was wondering why completion for Ruby was so much better in Vim, compared to Emacs. Turns out ruby.vim does a lot more than propose words it finds in open buffers: github.com/vim-ruby/vim-ruby/b
    Is there anything like that for Emacs?
    #vim #emacs #ruby

  32. I was wondering why completion for Ruby was so much better in Vim, compared to Emacs. Turns out ruby.vim does a lot more than propose words it finds in open buffers: github.com/vim-ruby/vim-ruby/b
    Is there anything like that for Emacs?
    #vim #emacs #ruby

  33. I was wondering why completion for Ruby was so much better in Vim, compared to Emacs. Turns out ruby.vim does a lot more than propose words it finds in open buffers: github.com/vim-ruby/vim-ruby/b
    Is there anything like that for Emacs?
    #vim #emacs #ruby

  34. I was wondering why completion for Ruby was so much better in Vim, compared to Emacs. Turns out ruby.vim does a lot more than propose words it finds in open buffers: github.com/vim-ruby/vim-ruby/b
    Is there anything like that for Emacs?
    #vim #emacs #ruby

  35. @monospace I use $_ often. The other one not really because my shell is configured with: set -o vi and not emacs like many by default

    #vim rulezzz

  36. @monospace I use $_ often. The other one not really because my shell is configured with: set -o vi and not emacs like many by default

    #vim rulezzz

  37. @monospace I use $_ often. The other one not really because my shell is configured with: set -o vi and not emacs like many by default

    #vim rulezzz

  38. @monospace I use $_ often. The other one not really because my shell is configured with: set -o vi and not emacs like many by default

    #vim rulezzz

  39. @monospace I use $_ often. The other one not really because my shell is configured with: set -o vi and not emacs like many by default

    #vim rulezzz

  40. Found on YOUTUBE

    "I just use vim when I'm writing short stories. I get more work done since I don't know how to exit the program."

    #writing #VIM

  41. Found on YOUTUBE

    "I just use vim when I'm writing short stories. I get more work done since I don't know how to exit the program."

    #writing #VIM

  42. Found on YOUTUBE

    "I just use vim when I'm writing short stories. I get more work done since I don't know how to exit the program."

    #writing #VIM

  43. Found on YOUTUBE

    "I just use vim when I'm writing short stories. I get more work done since I don't know how to exit the program."

    #writing #VIM

  44. Found on YOUTUBE

    "I just use vim when I'm writing short stories. I get more work done since I don't know how to exit the program."

    #writing #VIM

  45. gw tau pasti @kriwil akan ngeledek jika gw pakai syntax on di #vim. Gpp deh biar panas sekalian

  46. gw tau pasti @kriwil akan ngeledek jika gw pakai syntax on di #vim. Gpp deh biar panas sekalian

  47. gw tau pasti @kriwil akan ngeledek jika gw pakai syntax on di #vim. Gpp deh biar panas sekalian

  48. gw tau pasti @kriwil akan ngeledek jika gw pakai syntax on di #vim. Gpp deh biar panas sekalian

  49. gw tau pasti @kriwil akan ngeledek jika gw pakai syntax on di #vim. Gpp deh biar panas sekalian

  50. @hottradwife #vimtutor terminal app was the one who thought me #vim

    vimschool.netlify.app/introduc

    most important thing how to leave vim

    ESC and then :q for quit without saving, :wq is write quit

    "Just remember: if you need to move between words or lines, you need to switch back to Normal Mode by pressing the ESC key.
    To save the file, type the ESC key to switch back to Normal Mode then type :w. The most important: to quit vim, type :q while in Normal Mode."

    Alternatively Press Esc, then type ZZ (capital Z, twice)

    That saves changes and quits.

    docs.oracle.com/cd/E19253-01/8