Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Ajeeb.K.P
Ajeeb.K.P

Posted on • Edited on

     

What is the missing part of vim ?

Intro

I'm part-time vim user for a long time. I did use vim for full time for few months as well.

If you consider, other text-editor or plugin, I'm a full-time vim user for sure. (I have been usinghttps://github.com/VsVim/VsVim,https://github.com/VSCodeVim/Vim/,http://vrapper.sourceforge.net/ for a long time).

I did enjoyhttps://github.com/SpaceVim/SpaceVim andhttps://vim.spf13.com/.

Discussion

What are the missing part of vim. I mean, due to lack of

  • Knowledge
  • Practice
  • Understanding
  • Plugin

Action

Do comment your thoughts.

Note:- I miss search functionlity in vim due to proper knowledge. Please suggest some links to tutorial/plugin for doing a fantastic search experience in vim.

Update: On 12-April-2020
I switched tohttps://github.com/vitaly/dotvim2. It comes with various functionality including fzf integrated properly. Search is a cake of pie for me now. I love reading their docs in github.

Top comments(5)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss
CollapseExpand
 
noahsummers profile image
Noah Summers
Software developer disenchanted with paradigms, patterns, and syntax highlighting (subject to change).
  • Location
    Dallas, TX
  • Education
    Flatiron School, video courses, books, lectures, talks
  • Work
    Software Engineer
  • Joined

Check out Plug (extremely simple plugin manager) and FZF.vim. Both are easy to set up. I have two primary hotkeys I use: "fuzzy search for a file by name" and "fuzzy search for a file by content". I have variations on those for opening in the current tab or a new tab. I use them both constantly, and I've found it to be much more practical than ctags or language servers for navigating some utterly massive Rails codebases (you might think it would be slow, but the recursive content search results update as fast as I type, even with binary files and other noise cluttering the search).

CollapseExpand
 
ajeebkp23 profile image
Ajeeb.K.P
Muslim, Husband, Programmer, Indian/Kerala.Speaks English, Malayalam.Always curious about technology, computing etc.
  • Education
    BTech ECE, NSS CE Palakkad, Kerala, India
  • Work
    Data Engineer at siterx.com
  • Joined

Thanks. I will check that.

CollapseExpand
 
jcsvveiga profile image
João Veiga
Developer interested in learning, functional programming, distributed systems and simplicity.Opinions are my own.
  • Location
    Stockholm
  • Joined

How do you search in vim? Files and file contents I mean.

CollapseExpand
 
ale_jacques profile image
Alexandre Jacques
  • Location
    São Paulo, Brazil
  • Work
    Sr. Consultant
  • Joined

If you're inside a file, just/<search query>. You can configure the behaviour of hi-lighting results, case sensitive/insensitive search, etc. via.vimrc.

For searching in files, you can use:grep or:vimgrep.

CollapseExpand
 
ajeebkp23 profile image
Ajeeb.K.P
Muslim, Husband, Programmer, Indian/Kerala.Speaks English, Malayalam.Always curious about technology, computing etc.
  • Education
    BTech ECE, NSS CE Palakkad, Kerala, India
  • Work
    Data Engineer at siterx.com
  • Joined

To be frank, I don't search in vim (very cruel, lazy man. Not invested time to learn it.).
Instead, I use grep from terminal (I use terminator, so Ctrl+Shift+E or Ctrl+Shift+O). Or open Sublime, VSCode to search alone. I don't think, it's normal. I heard many people talks about ripgrep, ag, etc. Didn't invest much time.

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Muslim, Husband, Programmer, Indian/Kerala.Speaks English, Malayalam.Always curious about technology, computing etc.
  • Education
    BTech ECE, NSS CE Palakkad, Kerala, India
  • Work
    Data Engineer at siterx.com
  • Joined

More fromAjeeb.K.P

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp