Opinions on gVim as opposed to just Vim

I'm finally going to learn Vim, and I will have gVim on my system for a graphical text editor to launch out of pcmanfm. I'm just curious whether any of you feel that there's some advantage to using, or at least learning out of, gVim over Vim.

Dusty wrote:
On topic, by accident; I use vim and gvim pretty much interchangably. tabbing works nicer in gvim. If I'm in a console I type vim cause its shorter (or :edit by mistake often enough that I aliased it to vim). I have my console and my gvim both set to use the zenburn theme, so they look pretty much the same.
gvim looks a bit more modern but on ssh and screen vim is cooler. I'd say use gvim when you can and use vim when its more convenient.
Dusty
I use oceanblack in both but colors are not the same, they are pretty different indeed. I tried zenburn also. In both I type <esc>:color zenburn but only in gvim I have better results.
Maybe I'm missing something. I use Sakura terminal and vim has few colors. Maybe I should use something else for TERM variable....at the moment I have TERM=xterm.
Could you please tell me how did you obtained same colors for vim and gvim?
===EDIT=================================================================================
Kristoffer Stensbo-Smidt wrote:
> I have just made a full install of vim 7.0 and gvim using the package
> manager in Debian. My problem is that the syntax highlighting works very
> badly in the terminal version of vim – if it works at all.
> When I try ':colo desert' it changes only the color of the text (but not
> even to the correct colors) and not the background. When I try ':colo
> chela_light' nothing happens at all. Both of these color schemes work
> perfectly in gvim. Any ideas on how to get this working in the terminal?
> Best regards,
> Kristoffer Stensbo-Smidt
Are you using default terminal colors (light grey on black) or are you using
some "xterm color scheme" outside of Vim? If you are, Vim is not necessarily
aware of it.
What happens if you log in on a text console (Ctrl-Alt-F2 then repli to the
login prompt with username & password) and start Vim there? Can you set
colorschemes properly?
Use ":view $VIM/vimfiles/colors/chela_light_vim" or ":view
~/.vim/colors/chela_light.vim" (depending on where that color scheme is
located -- it should NOT be under $VIMRUNTIME because it wasn't distributed
with Vim and any upgrade can silently change or remove anything in the
$VIMRUNTIME tree). Does it include "cterm/ctermfg/ctermbg" clauses in its
":hi" statements? If not, it's a GUI-only colorscheme.
Similarly with ":view $VIMRUNTIME/colors/desert".
The settings for console Vim in a color terminal (cterm= ctermbg= ctermfg= )
are not necessarily the same as for gvim (gui= guibg= guifg= ) because a color
terminal typically has 8 background and 16 foreground colors, whereas the GUI
typically has 16,777,216 of each kind.
Best regards,
Tony.
source:http://groups.google.com/group/vim_use/ … 8a58ec9a9e
This explains all. You have to use a colorscheme made for both, gvim and vim.
I tried zellner scheme with white background in sakura virtual terminal and the colors are matching.
If your virtual terminal supports 256 colors you can set in vim: set   t_Co=256 for better results.
Pity that oceanblack scheme is just for gvim.
Well, will just continue using gvim.
Last edited by ArchArael (2008-08-30 11:35:30)

Similar Messages

  • When importing photo's into Apperture via iPhoto Browser I get 2 Versions of the master import as opposed to just one?

    When importing photo's into Apperture via iPhoto Browser I get 2 Versions of the master as opposed to just one?
    Why is this?
    Are there two master photo's?

    When you import to Aperture using this method you get all the versions that iPhoto has - Mster and Edited  version. If you haven't edited the photo then tow possibilities:
    A: the photo is Raw and you'e gettting the automatic preview that iPhoto creates on import as well
    B: The shot has an auto-rotate tag from the camera
    Regards
    TD

  • Q: General : When will you use Web Service as opposed to just Servlet and/or EJB?

    Hi,
    I don't know if this is an appropriate question to ask for this class as it's not
    workshop
    specific. I was wondering how will I decide when it is appropriate to use a web
    service as opposed to say servlet or an EJB for my application? What is a good
    rationale to use?
    Thanks,
    Sadhana

    Hi Adam,
    Thanks a lot for giving such a lucid explanation of my vague question!
    I understand now the difference between when to use EJBs/Servlets/Web Services.
    Thanks again!
    Sadhana
    "Adam FitzGerald" <[email protected]> wrote:
    >
    Hi Sadhana,
    Web service versus Servlet versus EJB. Which one to use? That is a very
    good question.
    EJBs should be the core desription and processing of your business rules.
    They generally
    have good performance, are easy to integrate into your security set up but
    they require
    access using the RMI-IIOP protocol. This means that generally EJBs are not
    accessible
    outside of your firewall and their clients have to be written in Java (other
    enterprise
    objects or applets or GUI applications).
    Servlets often form a web-based front end to EJBs. They also have good performance,
    integrate into security and only require HTTP access. This means they are
    accessible
    outside your firewall and any client with a HTTP or web API can call on
    them, however,
    there is no standard contract or rules for this type of interaction so you
    will need
    provide direct input into development of the client.
    Web services are also accessible via HTTP and so can be accessed from outside
    your
    firewall. In fact, Web services internally within Workshop and WebLogic
    actually
    operate by using servlets and EJBs but the main advantage is that the mechanism/contract
    for interacting with the web service is a well defined standard (WSDL) and
    can actually
    be registered or retreived dynamically (UDDI). Since web service standards
    are open,
    most popular programming languages already provide client APIs to interact
    with them
    thus freeing the web service developer from direct interaction with the
    client developer
    and letting the client be developed on any platform. The penalty for this
    openness
    is a small performance hit (XML translation) and a slowly maturing security
    model.
    So in summary, use EJBs for business operations that have Java clients within
    your
    enterprise, use servlets to provide web style access to your business operations
    (like web pages) and use web services to enable automated clients that can
    be written
    on any platform either inside or outside your enterprise (firewall). In
    fact, it
    is common to write the EJB first and then to expose some parts of it outside
    of your
    enterprise by writing a web service wrapper (maybe using the EJB controls
    that we
    saw in class).
    I hope this helps.
    Adam
    "Sadhana Jain" <[email protected]> wrote:
    Hi,
    I don't know if this is an appropriate question to ask for this class as
    it's not
    workshop
    specific. I was wondering how will I decide when it is appropriate to use
    a web
    service as opposed to say servlet or an EJB for my application? What is
    a good
    rationale to use?
    Thanks,
    Sadhana

  • How can I capture screen video (as opposed to just a screen shot) from my iPad?

    How can I capture a video shot of my iPad 2 (as opposed to a still screen shot)?

    Thanks so much for your reply. How would I go about mirroring the ipad screen onto my laptop? If I could do that, then I would think I could use Camtasia to get the video shot. I know I can use and hdmi conncetion to get the ipad screen to show on my TV but I'm not sure how to do it on my computer since it doesn't have an hdmi connection.

  • What software gives me the .pdf on my computer, as opposed to just online?

    I want my pdf's to open on my cpu, not in my browser. When I save them, it only saves a link. What do I need to use? I have the 9.95/mo pdf creator plan.

    Hi Ashleigh Rader
    How are you saving them on your computer?
    When you see them on your harddrive, does they show as .PDF or .HTML ?

  • Is one able to get Abode Color CC with CMYK colours? as opposed to just the hex code

    This could save a little time. Is there also a similar pantone color harmonies as well. Cheers!

    Hello,
    I've got the same question about CMYK colors…

  • [SOLVED] vim status line invisible/wrapped in terminal unless I resize

    Hi all,
    Whenever I open a file in Vim within a terminal (urxvt, Terminator, xterm) the status line at the very bottom is either invisible or wrapped onto a new line (ie "bot" or "All" will span a line) until I manually resize the window by dragging an edge - this seems to fix the issue (and Vim continues to display correctly even if I continue resizing) .  I tried changing the window geometries (in .Xresources for urxvt, and in terminator via --geoemtry) without luck.  Changing fonts (type, size) doesn't help either.
    I'm running Openbox on a recent Retina MacBook Pro with nVidia drivers, with infinality-bundle installed.
    The same behavior occurs under Awesome, and I tried various Openbox themes, all with the same result.   So, perhaps its a bash or nVidia issue.
    gVim works perfectly though.
    Any thoughts?
    Thanks!
    Last edited by iamjerico (2014-03-26 19:54:12)

    The status line - the very bottom line - is either (1) below the visible portion of the terminal window - and remains so even if I page down repeatedly (urxvt) - or (2) is visible but the text appearing on it, like "bot" or "all" that are normally visible on the lower right corner, will wrap around (Terminator).  That is, I'll see "b" on the bottom right corner and then "ot" on the bottom left but a line lower.  In either case, if I manually resize the terminal window, it "catches up" and all appears correctly.
    Update: when running Vim without opening a file (just "vim" from the command line), in Terminator ALL of the visible text from the startup text is wrapped (ie "Vim is open source and freely distributable" wraps onto a second line).  In urvxt, that text appears normally but the status line is not visible.  In both cases, a window resizes corrects the display.
    Very strange.

  • [SOLVED] Rxvt-unicode fails to paste PRIMARY selection owned by Vim

    Urxvt almost always work with the X PRIMARY selection. i.e., if I select some
    text in Firefox or other applications, I will be able to paste it in urxvt.
    But Vim seems to be an exception. Steps to reproduce:
      1. Select some text ("foo") in Vim, either using the mouse or in visual mode.
         Leave the Vim window open.
      2. In another urxvt window, press Shift-Insert, _nothing_ is pasted.
         Middle mouse click has the same effect as Shift-Insert in urxvt.
      3. Issue the command `xsel -po`, and the text "foo" is printed. This means
         the text is indeed what the X PRIMARY selection holds (or points to).
      4. The text "foo" is also pasted in Firefox by middle mouse click.
         The text "foo" is also pasted in xterm by either middle mouse click or
         Shift-Insert.
      5.1. If you do `xsel -po | xsel -pi`, urxvt will behave like everyone else.
      5.2. Without doing 5.1, quit Vim (:q). After that, "foo" will be pasted in
           urxvt by Shift-Insert.
           What Vim does on quit is documented in its help (:h x11-cut-buffer):
    Vim wrote:
    There are, by default, 8 cut-buffers: CUT_BUFFER0 to CUT_BUFFER7.  Vim only
    uses CUT_BUFFER0, which is the one that xterm uses by default.
    Whenever Vim is about to become unavailable (either via exiting or becoming
    suspended), and thus unable to respond to another application's selection
    request, it writes the contents of any owned selection to CUT_BUFFER0.  If the
    "+ CLIPBOARD selection is owned by Vim, then this is written in preference,
    otherwise if the "* PRIMARY selection is owned by Vim, then that is written.
    My guesses are:
      * Urxvt somehow requires the cut buffer (CUT_BUFFER0) to sync with the
        PRIMARY selection, otherwise it will fail to request the PRIMARY selection.
      * The reason why text selected from applications other than Vim can be pasted
        just fine in urxvt is probably that they always sync the cut buffer with the
        PRIMARY selection.
    I may be wrong, so please do comment.
    If my conclusion proves to be right, I will file a bug report to rxvt-unicode.
    Edit: This issue is fixed in rxvt-unicode 9.12.
    Last edited by lolilolicon (2011-07-02 16:31:45)

    lolilolicon wrote:
    Urxvt almost always work with the X PRIMARY selection. i.e., if I select some
    text in Firefox or other applications, I will be able to paste it in urxvt.
    But Vim seems to be an exception. Steps to reproduce:
      1. Select some text ("foo") in Vim, either using the mouse or in visual mode.
         Leave the Vim window open.
      2. In another urxvt window, press Shift-Insert, _nothing_ is pasted.
         Middle mouse click has the same effect as Shift-Insert in urxvt.
      3. Issue the command `xsel -po`, and the text "foo" is printed. This means
         the text is indeed what the X PRIMARY selection holds (or points to).
      4. The text "foo" is also pasted in Firefox by middle mouse click.
         The text "foo" is also pasted in xterm by either middle mouse click or
         Shift-Insert.
      5.1. If you do `xsel -po | xsel -pi`, urxvt will behave like everyone else.
      5.2. Without doing 5.1, quit Vim (:q). After that, "foo" will be pasted in
           urxvt by Shift-Insert.
           What Vim does on quit is documented in its help (:h x11-cut-buffer):
    Vim wrote:
    There are, by default, 8 cut-buffers: CUT_BUFFER0 to CUT_BUFFER7.  Vim only
    uses CUT_BUFFER0, which is the one that xterm uses by default.
    Whenever Vim is about to become unavailable (either via exiting or becoming
    suspended), and thus unable to respond to another application's selection
    request, it writes the contents of any owned selection to CUT_BUFFER0.  If the
    "+ CLIPBOARD selection is owned by Vim, then this is written in preference,
    otherwise if the "* PRIMARY selection is owned by Vim, then that is written.
    My guesses are:
      * Urxvt somehow requires the cut buffer (CUT_BUFFER0) to sync with the
        PRIMARY selection, otherwise it will fail to request the PRIMARY selection.
      * The reason why text selected from applications other than Vim can be pasted
        just fine in urxvt is probably that they always sync the cut buffer with the
        PRIMARY selection.
    I may be wrong, so please do comment.
    If my conclusion proves to be right, I will file a bug report to rxvt-unicode.
    Hi lolilolicon,
    I cannot reproduce the errors from step 2. My system has the following packages:
    gvim 7.3.206-1
    vim-runtime 7.3.206-1
    rxvt-unicode 9.12-1
    To be fair, rxvt-unicode was upgraded to 9.12 recently (I think it was sometime last week), and I also recall vim's visual mode selections NOT being paste-able into a separate urxvt window. But I guess the 9.12 update fixed things. (There are a couple regression fixes with the words "selection" to describe them @ http://cvs.schmorp.de/rxvt-unicode/Changes .) I tested both gvim and regular console vim (visual mode) and it all worked. I also double-checked with `xsel -po`.

  • [SOLVED] GVim doesn't start

    Hello there,
    I'm on a brand new arch installation on my laptop and can't seem to start gvim.
    Issuing `vim` works just fine, but gvim sits there, doing nothing for a long time, 'till I decide to ^C it, which gives:
    ICE default IO error handler doing an exit(), pid = <PID-OF-GVIM>, errno = 4
    Any tips on solving this?
    A couple of notes:
    * The same package version works just fine
    * Calling 'gvim' with '--noplugin' doesn't help either
    packages:
    gvim 7.2.266-2
    vim 7.2.266-1
    Last edited by caioromao (2009-10-15 04:36:35)

    Okay, a quick feedback about what's going on:
    The culprit is actually WICD (yeah, WTF!). I've been talking to a friend and he's told me he had the same issue, but with EMACS instead of VIM.
    I've re-re-instaled Arch on my notebook and gvim was working alright until I installed WICD.
    The problem:
    * Uninstalling wicd and everything that got pulled in together does NOT solve it
    Some workarounds:
    * Starting GVIM with '-X' works
    * For emacs, adding 'YOUR-GIVEN-IP HOSTNAME.LOCALHOST HOSTNAME' to /etc/hosts makes it work again, according to my friend. This didn't help me with vi. (EDIT: Reference: https://bugzilla.redhat.com/show_bug.cgi?id=216311#c6 )
    I'm trying to find a fix for it right now.
    Any clues?
    EDIT: Problem solved!
    It was actually a bug with gtk-qt-engine and kde4. I was led to believe it was WICD due to my friends prior issues and the fact that gtk-qt-engine was not misbehaving before installing wicd (probably because I hadn't rebooted). Reference: https://bugs.launchpad.net/ubuntu/+sour … bug/270972
    Last edited by caioromao (2009-10-15 04:36:14)

  • Vim in Arch slower than in other distros

    Under my arch system, the vim text editor is much slower than under any distro. I wonder why this is? May it be all the colorschemes I loaded?
    May it be that the arch build is too big of a bundle? (w/gvim etc.)
    I just want my fav. text editor to be as fast as it is under ubunutu:/
    version number for ubuntu is: 7.1.56
    version number foir arch is: 7.1.228
    Please, if anyone have tips to speeding up my vim, please send me some hints
    Last edited by hardframed (2008-01-23 19:10:14)

    Hrmm... I use vim daily (if not hourly), but I don't find it to be any slower (or faster really) than on any other distro, including ubuntu and fedora. I would almost be willing to bet though, that due to the high number of dedicated vim users among the Arch developers, that vim is about as optimized as one would expect.
    Also, as for as I can tell there are no GUI components (gvim) included with the standard vim build so I'm not sure where you found that info...I could be wrong, of course.
    If you have a lot of customizations in your .vimrc and/or have lots of themes, I would definitely try to remove them temporarily and see if there's an increase in performance.
    PS: This thread might be more appropriate in the Workstation User category--you may not get a lot of coverage here.
    Last edited by thayer (2008-01-23 15:27:21)

  • Why can't I add my credit card to my account? It just tells me to contact itunes support.

    It will not let me use my credit card info. It tells me to contact the itunes support at www.apple.com/support/iunes/ww/.

    You need to contact the iTunes Store staff as opposed to just reading the information on their site or posting on these boards.
    (99197)

  • Beautiful "coffee-table" style photobook just released in iBookstore

    Hey iBooks fans,
    Please pardon the self-promotion. I'm a photographer who has just self-published a very unique photobook to the iBookstore and wanted to let you know about it. You can find it at http://itunes.apple.com/book/id432034564 or just search for San Francisco - A Photobook in the iBooks app. Here's a screenshot (please continue reading below for some background):
    Ever since I started using an iPad, I've been looking for new and interesting ways to showcase my portfolio (e.g. to art buyers at shows, gallery directors, friends, strangers on planes etc.) I've tried every "portfolio" app out there but there was always something lacking (amount of control, UI elegance, ease of use etc). So I decided to see if iBooks might be useful where so many apps have failed.
    I discovered that Apple has added certain proprietary extensions to the ePUB format, which allow, among other things - "full spread" layouts. This is where a single photo can be placed across 2 pages - just like those coffee table photobooks. This meant I could create an iBook full of beautiful landscape photos that use the iPad's full width (as opposed to just one page). This was exactly the kind of portfolio I had envisioned, and I'm now able to hand this iBook over to people to flip through at their own pace. As a photographer, I no longer have to worry about people accidently looking at the wrong photos, emailing my photos from within an app, accidently deleting photos etc. Everyone I've shown this book to has been amazed by the beautiful animations, reflections and book-like physics that iBooks uses. If you've never tried the page-turn effect with high-res photos (instead of text), this is the book you should check out.
    Take a look and let me know what you think. Since this was an experiment in self-publishing, I've priced it very low (more like an app than a book). And as far as I can tell, this is the first "full spread" photobook available on the iBookstore. Please feel free to ask me any questions about creating or self-publishing an iBook. Thanks!
    -Mel

    This is a great post but I think it is in the wrong place. It would be a mess if many content producers started posting in the discussion boards designed for asking support questions. Please work towards getting your post moved to the Hints section as it is a great example of what a hint should be. I'm planning to post an Beginning iPad Users specific hint in that section but I am pretty slow about doing things. Maybe one of the more experienced iPad posters can assist. I think your item is good example of what this type of device can do.

  • Running console vim with gui support

    I want to run console vim with gui support so that this plugin will be supported.  The current vim package is complied without gui support.  Gui support is in a seperate "gvim" package.
    Is there a elegant way to run console vim with gui support if I have both packages installed?
    Two ways I've thought about but ultimately discarded are:
    1. Alias "vim" to "gvim -v", which runs gvim in the console.  This works under most normal circumstances, but not under others.  First, if running vim through sudo, my plugins and vimrc are loaded, but as the shell is different, the alias doesn't apply.  Second, as vi is vim, running vi invokes this plugin, but vi calls vim, which doesn't have gui support, so the plugin fails.
    2. Fool with the /usr/bin/vim file.  Admittedly i haven't tried this, but obvious problems I see are when the vim package is updated.  What happens then?
    Is there a more elegant way?

    I want to run vim using a plugin that requires vim to be built with gui support.  The way arch's packages are set up, /usr/bin/vim is owned by the "vim" package, which is compiled without gui support.
    The "gvim" package is (obviously) built with gui support.  Gvim can be run in the console with "gvim -v", which would give me a console vim with gui support.  However, I think you'll agree that typing "gvim -v" everytime I mean "vim" is tedious and not a real solution.

  • Firefox won't download files-Opens new page and just stops whenclicking on download icon or address.

    Suddenly, Firefox won't download a file from a clickable icon or web address. This seemed to occur after installing HideMyAss. When I click on a download address, or an icon, the page changes, (as opposed to just starting the download) attempts to load (status bar goes to halfway) and then nothing, it just sits there. If I try to download a torrent file, the same thing occurs, although I can download it using option+click. Any suggestions? Thanks in advance. Doug

    Reinstalled FF with new profile to check and it still performed the same problem. Couldn't download files from links sent to me through email program that I use either.
    Eventually, after a quick 5 hour reinstall, FF is now working.
    Until I figure otherwise, I'd take a pass on Hide My Ass.
    SweetDoug
    •∆•
    V-V

  • [SOLVED]Gnome 3 | There is no application installed for _any file type

    I just installed arch and gnome 3. I'm trying to open files via nautilus, but get "There is no application installed for ..." for any type of file I try, including plain text files, binaries, etc. Do I have to configure gnome manually for it to open these files? I've read the arch beginner wiki and the gnome wiki, but this problem is not mentioned there. Any help would be appreciated.
    EDIT: Solved
    There were three things I needed to do to get this working correctly:
    1. $ pacman -S gnome-mime-data
    2. For text files, pacman -S gvim #This conflicts with vim, but the package gvim now contains vim (and vice versa, but nautilus won't open files unless gvim is installed instead of vim)
    3. Binary files: I tried running some binaries I programmed on Ubuntu, but they wouldn't run until I recompiled them. Duh.
    Note: I still have a small issue when opening a file that has no mime data associated with it. I can click "select application," but I am forced to choose from a very limited list, and there is no option to enter a command or browse for other programs.
    Last edited by EnigmaticCoder (2011-10-19 06:10:21)

    EnigmaticCoder wrote:
    Thanks for the reply.
    ........ I still need to install some packages, including libre office, a music player, an image viewer, etc. I'd like to get back much of the functionality that I had on Ubuntu, just with a little less bloat.
    Cheers.
    Regarding your music player, I recently had a struggle deciding which way to go.
    Banshee, no, pulls in gnome and mono stuff (running as pure a Xfce desktop as I possibly can here). Exaile, have tried and really don't like it. Rhythmbox, again, too ingrained with gnome libraries for my liking. Amarok, unfortunately the love affair ended with 2.0. Clementine (read Amarok pre 2.0), yes please, but a gtk port would be nice, I have no other use for Qt. Songbird, yes please again, but no longer linux supported. Nightingale (read Songbird fork), seems to have lost momentum.
    Of course, this is all just my personal opinion, but you can see the problem I had. There does not seem to be a 'large project' desktop agnostic music player/organiser for linux. They all seem to be deeply tied into Gnome or Kde.
    My solution, if you want something lightweight, is MPD and Ario. MPD is just your background daemon that looks after managing your library/database, and Ario is a gtk 'frontend' that will let you search and sort your MPD database, and create the playlists to be played with MPD. The beauty of this system is that you do not need a music app to be running to play your music. Just the lightweight MPD daemon. Once a playlist has been loaded, you can close Ario and just let MPD do it's stuff.
    I know Xfce has a panel app that lets you control MPD and even launch Ario to change playlists. I'm sure the other desktops will most likely have some sort of panel app too (I have even written a simple little python script that monitors MPD track changes and diplays a notification).
    Anyway, just my thoughts on the issue. For more MPD info, see the wiki at https://wiki.archlinux.org/index.php/Mpd
    Cheers.

Maybe you are looking for

  • Delivery Note Qty Not populated to MIRO

    Hi, During MIGO GR, I have enter Qty in Unit of Entry: 1pc however I enter Del. Note Qty as 20 kg. In MIRO, the Del. Note Qty is not populated. It's value is 0 ? Anyone please kindly advice. Thanks

  • Authorization object for plant on selection-screen

    Hi All, I need to cehck the authorization object for plant on sleection screen..the palnt is select-options. I have written the code Declaration of local constants.   CONSTANTS : lc_i(1)  TYPE c VALUE 'I',               lc_eq(2) TYPE c VALUE 'EQ'.  

  • Which version of Reader 9 (if any) has the End of File button?

    I sell CDs containing over 100 linked pdf files created in InDesign 4. The CDs also contain version 6 of Reader for navigating the bookmarks and links in the pdf files. The disc contains a Tutorial.pdf file with navigation instructions. These refer t

  • Adding jpegs to Lightroom

    I am new to lightroom and I'm trying to add old jpeg photos, is this possible? it also won't add some very recent photos that i didn;t shot in raw.

  • Looking advice for BW

    Hi friends, I am working as abap consultant, i am having 3+ exp. I am planning learn BI. After learning BI if i put exp like abap 3+ and BI 1+ is it mach for my resume today market or not. is there any 1+ exp jobs in BI?. Thanks in advance. manisha