Page 15 of 15 FirstFirst ... 5131415
Results 141 to 148 of 148

Thread: Vim R plugin installation issue

  1. #141
    Join Date
    Sep 2007
    Location
    Brazil
    Beans
    77

    Re: Vim R plugin installation issue

    Quote Originally Posted by bigmonty View Post
    Thanks again. I have been doing exactly that. First, tmux, then "vim test.R". Still it does not work. It seems the plugin was not activated. \rf does not work.
    Did you follow the installation instructions and put these lines in your vimrc?

    Code:
    set nocompatible
    syntax enable
    filetype plugin on
    filetype indent on
    What's the output of

    Code:
    set filetype
    It should be "r".

  2. #142
    Join Date
    Oct 2012
    Beans
    13

    Re: Vim R plugin installation issue

    Extremely sorry, could not reply earlier. The output is

    filetype=r

  3. #143
    Join Date
    Oct 2012
    Beans
    13

    Re: Vim R plugin installation issue

    Extremely sorry, could not reply earlier. The output is

    filetype=r

    I have also put those lines on vimrc.

  4. #144
    Join Date
    Sep 2007
    Location
    Brazil
    Beans
    77

    Re: Vim R plugin installation issue

    Quote Originally Posted by bigmonty View Post
    Extremely sorry, could not reply earlier. The output is

    filetype=r

    I have also put those lines on vimrc.
    Sorry, but I don't know what more can be done to discover what's causing the problem. I guess that it's something in your .vimrc, your .vim directory, or our .tmuxconf...

  5. #145
    Join Date
    Oct 2012
    Beans
    13

    Re: Vim R plugin installation issue

    Its all right. Thanks for helping me this far.

  6. #146
    Join Date
    Aug 2007
    Beans
    68

    Re: Vim R plugin installation issue

    Apologies for the somewhat tangential question, but this is something that I have been wondering for a bit now. In the terminal, I have set vi keybindings. When I'm within tmux+vim+R, if I switch the R command prompt, the vi keybindings are no longer available (e.g., switching to normal mode to navigate a command that I entered). Does anyone know if there's a way of making vi keybindings available from within the R command prompt?

    Thanks!

  7. #147
    Join Date
    Sep 2007
    Location
    Brazil
    Beans
    77

    Re: Vim R plugin installation issue

    Quote Originally Posted by bgc View Post
    Apologies for the somewhat tangential question, but this is something that I have been wondering for a bit now. In the terminal, I have set vi keybindings. When I'm within tmux+vim+R, if I switch the R command prompt, the vi keybindings are no longer available (e.g., switching to normal mode to navigate a command that I entered). Does anyone know if there's a way of making vi keybindings available from within the R command prompt?
    What about editing ~/.inputrc as suggested here:

    http://stackoverflow.com/questions/6...e-like-in-bash

  8. #148
    Join Date
    Aug 2007
    Beans
    68

    Re: Vim R plugin installation issue

    Thanks for that! I did google it but didn't see that post.. Perhaps I should improve my googling skills..

Page 15 of 15 FirstFirst ... 5131415

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •