Skip to content

Commit 81565ad

Browse files
committed
update readme with 3-pane merge feature
1 parent 8908773 commit 81565ad

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Launch a clean review UI for staged, unstaged, and untracked files without touch
2626
- Unified file tree workflow:
2727
- single file tree for staged, unstaged, untracked, and conflicted files
2828
- stage, unstage, or discard one file or the whole repo
29+
- in-app 3-way merge editor for resolving conflicts
2930
- staged-change commit flow with a multi-line floating commit editor
3031
- read-only commit history browser launched from the file tree, with commit preview and hash copy
3132
- Lua config for theme, layout, keymaps, signs, refresh behavior, and more.
@@ -140,6 +141,8 @@ Default keys:
140141

141142
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`.
142143

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+
143146
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.
144147

145148
## Configuration
@@ -303,9 +306,9 @@ Notes:
303306
Glance is still focused on the local review loop. Near-term work includes:
304307

305308
- Hunk-level stage, unstage, and discard
306-
- Better coverage for renames, binary files, copied / type-changed entries, and conflicts
307309
- Filetree filtering and path search for larger changesets
308310
- 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
309312

310313
## License
311314

0 commit comments

Comments
 (0)