You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Launch a clean review UI for staged, unstaged, and untracked files without touch
26
26
- Unified file tree workflow:
27
27
- single file tree for staged, unstaged, untracked, and conflicted files
28
28
- stage, unstage, or discard one file or the whole repo
29
+
- in-app 3-way merge editor for resolving conflicts
29
30
- staged-change commit flow with a multi-line floating commit editor
30
31
- read-only commit history browser launched from the file tree, with commit preview and hash copy
31
32
- Lua config for theme, layout, keymaps, signs, refresh behavior, and more.
@@ -140,6 +141,8 @@ Default keys:
140
141
141
142
Pane navigation uses Neovim's built-in window commands by default, so `<C-w><Left>`, `<C-w><Right>`, `<C-w><Up>`, and `<C-w><Down>` work in Glance, along with `<C-w>h/j/k/l`.
142
143
144
+
Conflicted text files open in a 3-way merge editor with `Theirs`, `Ours`, and editable `Result` panes. Press `?` in merge mode to see the actions available for the current conflict or file.
145
+
143
146
Inside the git log modal, use `j` / `k` to move between commits, `<CR>` to preview the selected commit, `y` to copy the full hash, `r` to refresh, and `q` to go back or close.
144
147
145
148
## Configuration
@@ -303,9 +306,9 @@ Notes:
303
306
Glance is still focused on the local review loop. Near-term work includes:
304
307
305
308
- Hunk-level stage, unstage, and discard
306
-
- Better coverage for renames, binary files, copied / type-changed entries, and conflicts
307
309
- Filetree filtering and path search for larger changesets
308
310
- File-scoped history, plus better commit-loop ergonomics like amend and fixup
311
+
- Merge-editor polish such as optional base view, vertical layout, and smart-combine-style actions
0 commit comments