1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
2b3525bfd6 Fix micro editor preset 2025-01-09 08:48:59 +01:00
f0eafabd6d Add Zed support to editor_presets.go 2024-09-03 17:30:56 +03:00
615ff09afa improve nvim-remote mode
- If _not_ inside a neovim session, treat as
  a normal nvim session and suspend lazygit.

- If inside a neovim session:
  - Do not try to suspend lazygit.
  - Send `q` keystroke to neovim session to quit lazygit.
  - Send filename/line/etc. to neovim session.
2024-05-19 14:39:02 +10:00
581161ac34 Provide two helix presets, one for "helix" and one for "hx"
The helix binary seems to be called "helix" on some distributions (e.g. Arch),
but "hx" on others (e.g. Fedora). Provide presets for both, so that
auto-detection from $EDITOR works.
2024-03-02 10:15:03 +01:00
7ffb6ffb0f Add 'lvim' editor preset for lunarvim
Add 'lvim' as a new standardTerminalEditorPreset, since lunarvim uses an alias for nvim.
2023-10-14 15:04:23 +02:00
8390622f70 Add Micro editor preset 2023-10-03 19:42:28 +02:00
9c5eedf748 use 'suspend' instead of 'editInTerminal' internally
'suspend' is a more appropriate name, especially now that you can choose not to suspend despite
still being in a terminal
2023-08-09 22:03:58 +10:00
aa74239f05 Add nvim-remote editor preset
This allows us to jump back to the parent neovim process when we want to edit a file, rather than opening a new neovim
process within lazygit.

Arguably this should be the default, but I'm not familiar with the various ways people use lazygit with neovim.
2023-08-09 21:32:53 +10:00
9e7018db8a Honour editInTerminal value when opening a worktree folder
There was no good reason not to do this in the first place.
2023-08-09 21:00:27 +10:00
d30eef69b1 Use double dash for disambuating path in editor templates 2023-07-30 18:35:36 +10:00
3a7468ecac Support opening worktree in editor 2023-07-30 18:35:23 +10:00
cbbb281011 kakoune binary name 2023-06-05 08:53:39 -04:00
9c384c5267 Clean up helix editor preset 2023-05-26 09:19:12 +10:00
ed496deeca Add helix editor preset 2023-05-24 23:08:26 +02:00
3cac14c76e add comment to encourage keeping code and docs in sync 2023-05-04 16:53:13 +10:00
6c010a788c Add an editor preset for kakoune (kakoune.org). 2023-04-27 13:41:54 -03:00
659d668e16 Implement edit presets 2023-04-13 13:14:00 +02:00