340 Commits

Author SHA1 Message Date
ThePrimeagen
d035ef263a
Merge pull request #154 from pranavrao145/fix/tmux-term
fix(tmux): fix tmux module to comply with latest changes to tmux API
2022-02-03 21:22:50 -07:00
Pranav Rao
627be003bf fix(tmux): fix tmux module to comply with latest changes to tmux API 2022-02-03 22:26:19 -05:00
ThePrimeagen
e396483b7c
Merge pull request #98 from aaronhallaert/marks_git_branch
Add mark functionality per git branch
2022-02-03 13:08:16 -07:00
ThePrimeagen
befb9e08d7
Merge pull request #150 from camgraff/feature/tmux_pane_identifiers
Add ability to pass any tmux pane identifier
2022-02-01 08:57:24 -07:00
ThePrimeagen
0f22afa601
Merge pull request #147 from aldevv/master
fixed inconsistent jumping between similarly named files
2022-01-31 20:31:44 -07:00
Aaron Hallaert
accf7ef4ef Change project_key to function 2022-01-24 14:12:01 +01:00
Aaron Hallaert
968b93cf76 Add config to mark git branch 2022-01-24 12:24:47 +01:00
Aaron Hallaert
60167d9b18 Add mark functionality per git branch 2022-01-24 12:22:39 +01:00
Cam Graff
7cf2e20a41 Add ability to pass any tmux pane identifier 2022-01-22 19:27:11 -06:00
Juan Alejandro Bernal
8eda89873c
fixed stylua 2022-01-13 17:39:06 -05:00
Juan Alejandro Bernal
d5031b54b5
fixed inconsistent jumping between similarly named files 2022-01-12 19:42:01 -05:00
ThePrimeagen
6948a402c2
Merge pull request #136 from ben-hansske/master
fix #135 "Attempt to index local 'projects' (a nil value)"
2021-12-04 13:04:34 -07:00
Ben Hansske
9a7f7214f2 fix #135 "Attempt to index local 'projects' (a nil value)" 2021-12-03 21:30:32 +01:00
ThePrimeagen
6b6adf1ff4
Merge pull request #129 from RaafatTurki/master
chore: project_cleanup
2021-12-02 09:00:27 -07:00
ThePrimeagen
d2b054c487
Merge branch 'master' into master 2021-12-02 08:58:29 -07:00
ThePrimeagen
6424016453
Merge pull request #132 from renerocksai/fix-multi-vimstances
fix #68 marks not saving due to over-writing by multiple vim instances
2021-12-02 08:57:00 -07:00
Raafat Turki
62b10da410
Merge branch 'master' into master 2021-12-02 04:19:15 +03:00
Raafat Turki
dbfea7713d oops 2021-12-02 04:18:12 +03:00
Raafat Turki
a5a0820876 chore: linting 2021-12-02 04:12:56 +03:00
Raafat Turki
4ca4b7d5db doc: nav_next, nav_prev 2021-12-02 04:02:00 +03:00
Rene Schallner
77524e75e3 fixed formatting (stylua) 2021-12-02 01:32:51 +01:00
ThePrimeagen
46bb9f27ea
Merge pull request #130 from mystilleef/patch-1
fix(telescope): use sorter and previewer from telescope settings
2021-12-01 16:19:36 -07:00
ThePrimeagen
f43d782abc
Merge pull request #128 from pranavrao145/docs/navigation
docs(navigation): added documentation for nav_next and nav_prev functions
2021-12-01 16:13:59 -07:00
Rene Schallner
fe5ffd59f7 fix #68 marks not saving due to over-writing by multiple vim instances
As described in #68, the global HarpoonConfig of vim instance 2 does not
get updated if marks in vim instance 1 change, as described by
@freehaha.

This fix remedies the situation by refreshing marks for all other
projects before saving HarpoonConfig to disk.
2021-11-28 20:46:11 +01:00
Raafat Turki
f76f54fd57 readme fixes 2021-11-26 16:30:45 +03:00
Lateef Alabi-Oki
906f30dacb
use sorter and previewer from telescope settings 2021-11-26 05:45:46 -05:00
Raafat Turki
e6b71d6586 chore: project_cleanup 2021-11-26 06:27:56 +03:00
Pranav Rao
fd7601367c docs(navigation): added documentation for nav_next and nav_prev functions 2021-11-24 18:31:41 -05:00
ThePrimeagen
0c0b37d065
Merge pull request #103 from pranavrao145/fix-merge-conflict
Add tmux support to Harpoon
2021-11-24 08:40:42 -07:00
ThePrimeagen
3604170701
Merge pull request #126 from polarmutex/feat/telescope
update README with telescope info
2021-11-24 08:01:16 -07:00
Pranav Rao
9e5634ff53 docs(README): added documentation for tmux module 2021-11-23 15:02:19 -05:00
Pranav Rao
02e91845bb refactor(cleanup): cleaned up some code in term and tmux modules
Also styled init.lua.
2021-11-23 14:53:14 -05:00
Brian Ryall
ee7e659ec8 update README with telescope info 2021-11-23 11:52:53 -05:00
ThePrimeagen
dde803067a
Merge pull request #124 from polarmutex/feat/telescope
telescope extension
2021-11-23 07:46:27 -08:00
Brian Ryall
8bfbb471ce display row and col in finder window 2021-11-23 09:16:38 -05:00
Brian Ryall
61fe69727b fix: style errors 2021-11-22 16:13:22 -05:00
Brian Ryall
c50c764c5d initial design of moving marks 2021-11-22 15:56:40 -05:00
Brian Ryall
0b13c43c3e fix: formatting errors 2021-11-22 12:46:06 -05:00
Brian Ryall
7d364f8be7 add telescope mark delete 2021-11-22 12:36:14 -05:00
Brian Ryall
0a367e1f4a initial telescope extension 2021-11-22 10:43:34 -05:00
Pranav Rao
51d68e2ec6 fix(tmux): fixed tmux.clear_all function
Using ipairs instead of pairs in this function caused it to stop working
for some use cases.
2021-11-11 18:40:12 -05:00
Pranav Rao
222b984dac
Merge branch 'master' into fix-merge-conflict 2021-11-09 17:07:42 -05:00
Pranav Rao
decdcd6971 feat(tmux): added configuration option for autoclosing terminals
This commit adds a config option so that if the user wants to close all
tmux terminals opened by harpoon on Vim exit, they can.
2021-11-09 16:57:32 -05:00
Pranav Rao
20590f1512 feat(tmux): added extra term cmd manipulation functions to tmux module
In the future, these should probably be refactored out into the utils
file beacuse they are the exact same functions as the one in the term
module.
2021-11-09 16:57:32 -05:00
Pranav Rao
45a888ee8a feat(tmux): added option to use tmux terminals instead of nvim terminals
This commit introduces a new module of harpoon, "harpoon.tmux", which
provides several functions for using tmux windows for harpoon terminals.
So far, all the basic features are supported, such as creating and
moving to a new terminal, deleting all terminals, and sending commands
to terminals etc.
2021-11-09 16:57:25 -05:00
ThePrimeagen
57819752e6
Merge pull request #116 from clbrunet/patch-2
Delete c.c
2021-11-09 10:09:54 -07:00
Clément Brunet
f7c24f4fdc
Delete c.c
I'm sorry, i added this file by mistake.
2021-11-09 17:58:34 +01:00
ThePrimeagen
8ef4e87598
Merge pull request #112 from acicco/excluded_filetypes_option
feat: added excluded_filetypes option to avoid adding unwanted filety…
2021-11-09 08:18:53 -07:00
ThePrimeagen
38715a8f8b
Merge pull request #115 from clbrunet/fix_colon_keymaps
fix: use <Cmd> instead of ':' in quick menus remaps
2021-11-09 08:17:07 -07:00
clbrunet
031cfa6f9c fix: use <Cmd> instead of ':' in quick menus remaps
Quick menus remaps now work even if a user uses a ':' remap.
2021-11-09 08:01:32 +01:00