Is a window the same as a split? (and related) #8726
Unanswered
jerabaul29
asked this question in
General
Replies: 1 comment
-
Essentially they're they same but the wording is actually a little precise here: all splits are windows but if you only have one window open it's not really a "split." I think it would be fine to just call them all windows though for simplicity. (Internally "windows" are called |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get a bit confused around the concepts of window vs split. For example, after doing a ctrl-w , I get:
which mentions both windows and splits. Are the 2 concepts the same or not? For me it looks like they are the same (for example, if I open a split, then using close window closes the new split; similarly, next window moves to the next split).
If window = split, maybe it would be useful to default to one single word? (I would vote for only using the word split not the word window, but the opposite would certainly be fine too).
If window != split, any way this can be explained / documented? Wondering if having a short introduction to the concepts of buffers, windows / splits, maybe at some point tab if something along the lines of #7109 gets merged, could be useful for new users? :)
Beta Was this translation helpful? Give feedback.
All reactions