Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible to resize the gvim(macvim) window to "nofullscreen" at the start? #83

Closed
Kaijun opened this issue Aug 16, 2014 · 4 comments
Closed

Comments

@Kaijun
Copy link

Kaijun commented Aug 16, 2014

i wanna to set the fullscreen back to nofullscreen without editing your vim configuration. so i have tried overwrite it under my own configuration:

set lines=50 columns=50
set nofu

neither of them works...

is it possible to use nofullscreen mode without modifying your vim configuration?

@jokeyrhyme
Copy link

Yeah, I'm having problems with this, too.

@jokeyrhyme
Copy link

I have my own script that I run after every update that removes the fullscreen settings:

#!/bin/bash

__dotfiles_remove_line () {
  local TEMP=`mktemp`
  sed "$2" "$1" > "$TEMP"
  mv "$TEMP" "$1"
}

__dotfiles_remove_line ~/.vim_runtime/vimrcs/extended.vim '/set fullscreen/d'
__dotfiles_remove_line ~/.vim_runtime/vimrcs/extended.vim '/set fuoptions/d'

@chuangbo
Copy link

chuangbo commented Nov 3, 2015

👍

@amix
Copy link
Owner

amix commented Feb 20, 2016

Great hack @jokeyrhyme

@amix amix closed this as completed Feb 20, 2016
wyukio pushed a commit to wyukio/vimrc that referenced this issue Nov 17, 2020
Fix top margin of long desciption (fixes amix#77)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants