janus icon indicating copy to clipboard operation
janus copied to clipboard

Error in Readme

Open ghost opened this issue 12 years ago • 9 comments

Readme.md states that fef formats the entire file. Instead this key sequence invokes EasyMotion.

Is there a replacement key shortcut for formating the entire file (aside from the standard vim gg = G)?

ghost avatar Feb 29 '12 18:02 ghost

it's not fef but <leader>fef, I've been using that since even before Janus, so check if you're not overriding the key in your .vimrc.after file or in a custom plugin.

/cc @adrianrego

kalbasit avatar Mar 01 '12 08:03 kalbasit

<leader>fef works for me. echoing what @eMxyzptlk said, it could be a custom config or plugin.

adrianrego avatar Mar 01 '12 10:03 adrianrego

interesting. I am using <leader>fef. Paste issue earlier. I have a fresh install of janus and no custom configs. is the default \ key. When I type <leader>f "Search for character: " is displayed on the status line, which is the EasyMotion plugin. So I'm assuming that the EasyMotion plugin has taken over this shortcut in the default install.

ghost avatar Mar 01 '12 11:03 ghost

I am running macvim installed via brew.

ghost avatar Mar 01 '12 11:03 ghost

@vowell: The default leader key is \ key. Can you try and post here?

andhapp avatar Mar 01 '12 11:03 andhapp

yes backslash is the default <leader> key, and that is what I'm using.

ghost avatar Mar 01 '12 11:03 ghost

Is it possible to look at your dotfiles?

andhapp avatar Mar 01 '12 17:03 andhapp

n-tuple:~ jason$ ls -a .*imrc*
.gvimrc        .gvimrc.before .vimrc         .vimrc.before

n-tuple:~ jason$ cat .gvimrc.before 
set guifont=Menlo\ Regular:h16.00
" set guifont=Monaco:h16.00
" set lines=45
" set columns=110
set guioptions-=m
set guioptions-=T
set guioptions-=r
set guioptions-=l
set guioptions-=L
set transparency=5

set vb t_vb= " Turn off bell

colorscheme molokai

n-tuple:~ jason$ cat .vimrc.before 
let NERDTreeMinimalUI=1

ghost avatar Mar 01 '12 19:03 ghost

Just tried your dotfiles on my machine and \fef works for me. I am running mvim 7.3.260.

andhapp avatar Mar 02 '12 11:03 andhapp