Junegunn Choi
fa0263d456
Fix E1312 error after vim/vim@d63a855
...
Fix #275
2023-03-04 20:25:38 +09:00
Junegunn Choi
7f5d35a655
Add FAQ section
2022-09-05 14:13:33 +09:00
Junegunn Choi
d0bb582dd4
Create FUNDING.yml
2022-08-03 11:17:40 +09:00
Junegunn Choi
a9c7283dce
Add LICENSE
...
Close #235
2021-11-18 10:25:37 +09:00
Junegunn Choi
a865dec7ca
Remove :PlugInstall tag
2020-08-29 10:42:33 +09:00
Greg Anders
3e129198bb
Fix signify detection ( #223 )
...
Fix #222
2020-06-09 08:37:04 +09:00
David Ben Knoble
6b6ed27340
Revert to nested for backwards compat
2019-06-13 16:22:44 +02:00
David Ben Knoble
e3ed30fdb1
Add ++nested modifier to TabLeave autocommand
...
This allows autocommands to fire for commands during s:goyo_off.
A prominent example would be any autocommands user's installed on the
ColorScheme event (e.g., to set User highlights, like @benknoble does in
his Dotfiles).
2019-06-13 16:22:44 +02:00
Erich Gubler
012290431a
Fix tmux invocation conditions in README
...
There are two cases where the current documentation would cause issues:
1. `tmux` isn't available in `$PATH`.
2. The current terminal isn' actually running `tmux`.
2019-04-30 00:11:06 +09:00
Michael Gaffney
1897929092
Allow 'goyo.txt' to be listed in the LOCAL ADDITIONS section of help.txt
...
The first field on the first line of a help file should be a link to the
help file name. (See :h help-writing)
2019-04-29 13:32:49 +09:00
Junegunn Choi
057fe68e44
Describe CTRL-W = in the documentation
...
Duplicate of #79
Close #193
Close #172
2019-02-20 16:58:19 +09:00
orland0m
5b8bd03787
Added .gitignore ( #153 )
2017-06-01 02:17:29 +09:00
Junegunn Choi
64e750f726
Deduplicate help tag
2017-04-02 04:27:22 +09:00
Junegunn Choi
204f65b2d1
Add doc/goyo.txt converted from README.md
...
Close #145
Close #144
2017-04-01 11:25:36 +09:00
J
14696abd45
Fix set_color to use gui_running or termguicolors ( #140 )
...
Close #139
2017-03-09 15:25:13 +09:00
Junegunn Choi
ebdd67fd61
No need to manually fill statusline with spaces
2017-01-03 00:49:29 +09:00
Junegunn Choi
2fd0fcb691
Use space as fillchars:stl
2017-01-03 00:42:26 +09:00
Junegunn Choi
8e8f1d45b6
Resize windows after TermClose on Neovim
...
Based on the patch submitted by @romanoaugusto88 (#108 ).
Close #97 .
2016-04-03 20:20:16 +09:00
Junegunn Choi
53b808d777
Merge pull request #107 from Starefossen/patch-1
...
README: Toggle tmux zoom when entering and leaving Goyo
2016-03-30 19:51:54 +09:00
Hans Kristian Flaatten
0f298fe1fa
Toggle tmux full-screen pane when entering and leaving Goyo
2016-03-30 11:56:04 +02:00
Junegunn Choi
9a10a306f3
Merge pull request #102 from rperce/master
...
Fix for lightline naming convention change
2016-03-17 15:56:39 +09:00
Robert Perce
26f06ba05c
Use single quotes wherever possible
2016-03-17 01:11:14 -05:00
Robert Perce
9cea5e5c7d
Fix lightline check, per itchyny/lightline.vim@0f62126
2016-03-17 01:09:30 -05:00
Junegunn Choi
cb697998cc
Check bg# attribute instead of bg ( #92 )
...
On GVim:
hi StatusLine guibg=red
echo synIDattr(synIDtrans(hlID('StatusLine')), 'bg')
" red
echo synIDattr(synIDtrans(hlID('StatusLine')), 'bg#')
" #ff0000
2016-02-15 10:40:13 +09:00
Junegunn Choi
8faad54942
Fix #92 - Workaround for Neovim truecolor support
2016-02-15 00:38:14 +09:00
Junegunn Choi
630f5d8086
Do not ignore messages from goyo callbacks
...
Related: #16
/cc @kminh
2015-11-15 15:18:04 +09:00
Junegunn Choi
635109f514
Restart Goyo on :Goyo DIM when surrounding windows are gone
...
Close #83
2015-10-13 02:17:16 +09:00
Junegunn Choi
c1293a91a3
Merge pull request #75 from thirtythreeforty/airline-bugfix
...
Avoid rendering issues in Airline
2015-08-08 13:07:10 +09:00
George Hilliard
eb12d053a1
Avoid rendering issues in Airline
...
Closes #63 .
2015-08-07 13:57:08 -05:00
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