Commit Graph

74 Commits

Author SHA1 Message Date
Junegunn Choi
eb4ec21fe6 autocmd! 2015-05-19 14:09:13 +09:00
Junegunn Choi
f660ca376e Add g:goyo_height and deprecate g:goyo_margin_{top,bottom} 2015-05-05 22:59:00 +09:00
Junegunn Choi
dbcb337b22 Do not change xoff and yoff on resize 2015-05-05 15:16:38 +09:00
Junegunn Choi
fb5d2dc1b9 Update README 2015-05-05 14:50:40 +09:00
Junegunn Choi
eed886c0c8 Extended dimension expression (#68) 2015-05-05 14:36:31 +09:00
Junegunn Choi
26f06e2272 Save settings before opening a new tab (#58)
Problem identified by @ches
2015-02-20 01:07:14 +09:00
Junegunn Choi
b447d34143 Move the code to autoload directory (#55)
Thanks to @edkolev
2015-01-31 01:28:25 +09:00
Junegunn Choi
f9d0a69eaa Map CTRL-W = for restoring the initial size (#53) 2015-01-26 19:17:23 +09:00
Junegunn Choi
e7eb3f19cc Define CTRL-W mappings for resizing Goyo window (#46) 2014-11-26 01:26:17 +09:00
Junegunn Choi
b16a80ac9e Allow switching of buffers in Goyo mode (Fix #31) 2014-11-24 02:24:15 +09:00
Junegunn Choi
8b74a603e5 Hide statusline on WinEnter and WinLeave 2014-09-22 12:19:48 +09:00
Junegunn Choi
9eadf29430 Update README: GoyoEnter and GoyoLeave as nested
- in case you change colorscheme inside them
2014-09-01 17:09:45 +09:00
Junegunn Choi
9e04ccdb9d Promote the use of User events instead of g:goyo_callbacks
This does not break backward compatibility, g:goyo_callbacks is still
allowed.
1.6.0
2014-08-11 02:16:31 +09:00
Junegunn Choi
da67185e4a Fix error when vim-signify is not installed (#39) 2014-07-26 23:50:54 +09:00
Junegunn Choi
e2c59124cb Merge pull request #39 from prurigro/toggle-signify
Added vim-signify to the list of toggled plugins
2014-07-26 23:46:18 +09:00
Kevin MacMartin
27ea8fa731 Following junegunn's advice, both checks are made together 2014-07-23 23:19:04 -04:00
Kevin MacMartin
ae04751e09 Added git-signify to the list of toggled plugins 2014-07-20 23:39:13 -04:00
Junegunn Choi
85c202264e Update callback examples in README 2014-07-21 01:42:04 +09:00
Junegunn Choi
2bc0604530 Update README 2014-07-05 23:18:51 +09:00
Junegunn Choi
549f865ab4 Add Goyo! command for turning it off 2014-07-05 23:13:13 +09:00
Junegunn Choi
a2b772fe58 Never allow cursor on pad windows 2014-07-04 02:56:46 +09:00
Junegunn Choi
7e318dbcce Fix winminwidth issue (#35) 2014-07-03 23:37:29 +09:00
Junegunn Choi
f303dc9307 Best served with limelight.vim 2014-07-03 01:41:31 +09:00
Junegunn Choi
ad87a5b35a Doc update: Function name must start with a capital
see: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.260
2014-06-03 10:14:27 +09:00
Junegunn Choi
5bea57ebf5 Retain cursor position on close (#27)
This however doesn't work if Goyo window is closed with `:q`
2014-04-28 12:29:33 +09:00
Junegunn Choi
ed3d591346 Fix #25: Statusline visibility on urxvt 1.5.3 2014-04-25 11:29:14 +09:00
Junegunn Choi
16929c8d5d Go back to the correct tab when disabling Goyo (#24) 2014-04-11 21:12:31 +09:00
Junegunn Choi
02bf007fb7 Set nocursorcolumn for pad windows (Fix #20) 2014-03-28 10:11:56 +09:00
Junegunn Choi
b82478a5d0 Merge pull request #17 from mxdubois/master
Added example keybinding to README
2014-02-18 21:42:30 +09:00
Michael DuBois
329f516421 Added example keybinding to README
I think it's helpful for less-experience vim users (like many writers) to have an example like this laid out.
2014-02-17 17:52:12 -08:00
Junegunn Choi
b727d696ca Add note on script-local funcref (#15) 2014-01-17 23:47:45 +09:00
Junegunn Choi
5a663f2d37 Ignore errors from AirlineRefresh (#15) 2014-01-17 23:40:27 +09:00
Junegunn Choi
f7abffb9bb Load default color scheme when g:colors_name is not defined (#14) 2014-01-12 22:06:56 +09:00
Lucas Stadler
31bcf63af8 Only reload the colorscheme if one is defined.
E.g. work with the default one which doesn't define `g:colors_name`.
2014-01-12 13:25:23 +01:00
Junegunn Choi
6b4ff54488 seoul256 2014-01-04 21:46:01 +09:00
Junegunn Choi
50c306e393 Update README 2014-01-02 03:11:05 +09:00
Junegunn Choi
187bcb0636 Pros. 2014-01-02 02:26:36 +09:00
Junegunn Choi
e4631ee2df Toggle lightline as well 2014-01-02 01:10:20 +09:00
Junegunn Choi
adb6fff7d0 Need to reduce winheight before setting winminheight (#13) 2014-01-01 08:53:53 +09:00
Junegunn Choi
41407af3da Ignore vim-gitgutter errors 2013-12-31 13:11:10 +09:00
Junegunn Choi
d5aef74ca5 Call before-callback after auto commands are set 2013-12-31 13:03:52 +09:00
Junegunn Choi
f889b4357e Fix #13: winminheight error 2013-12-31 10:37:10 +09:00
Junegunn Choi
25071e7b73 Fix #12: Invalid window position when &splitright is set 2013-12-31 02:40:23 +09:00
Junegunn Choi
ddb337e5ce Add link to wiki page (#9) 2013-12-30 22:13:20 +09:00
Junegunn Choi
6011742c29 Update g:goyo_callbacks example (#8) 2013-12-14 02:21:02 +09:00
Junegunn Choi
6bad8ec964 Update g:goyo_callbacks example 2013-12-10 00:36:52 +09:00
Junegunn Choi
acf59a4507 Fix #7 - Vim 7.0 compatibility (relativenumber, colorcolumn) 2013-12-05 10:55:23 +09:00
Junegunn Choi
ee4ebc8e78 Set sidescroll=1 sidescrolloff=0 (#6) 2013-12-04 23:49:03 +09:00
Junegunn Choi
2b8908a455 Update README 2013-12-04 13:17:31 +09:00
Junegunn Choi
43d3186722 Fix buffers becoming nomodifiable after Goyo (#5) 2013-12-04 11:16:21 +09:00