|
|
972a44cf1e
|
doc: add command desc
|
2024-05-05 23:02:08 +03:00 |
|
|
|
ecd4d6bbbc
|
fix: range commands
|
2024-05-05 23:02:08 +03:00 |
|
|
|
ea38606a28
|
fix: sorter init
|
2024-05-05 23:02:08 +03:00 |
|
|
|
3362c3c4f1
|
refactor: clean ups
|
2024-05-05 23:02:08 +03:00 |
|
|
|
168552b425
|
fix: error on select
|
2024-05-05 23:02:08 +03:00 |
|
|
|
8e7fe74888
|
docs: update auto docs
|
2024-05-05 23:02:08 +03:00 |
|
|
|
eaf84d857d
|
fix: commands
|
2024-05-05 23:02:08 +03:00 |
|
|
|
8de9125de1
|
refactor: make telescope dependency optional
lazy load the telescope popup, so that if it's disabled
it won't be attempted
|
2024-05-05 23:02:08 +03:00 |
|
|
|
bb177a3360
|
feat: non-telescope popup
|
2024-05-05 23:02:08 +03:00 |
|
|
|
6863e0e9a6
|
feat: allow sorter selection in config
|
2024-05-04 11:33:43 +03:00 |
|
|
|
733f26fef6
|
fix: frequency sort
|
2024-05-04 11:33:43 +03:00 |
|
|
|
be9c119ee2
|
fix: user commands
|
2024-05-04 11:33:43 +03:00 |
|
|
|
f83f2afafd
|
feat: sort telescope by usage frequency
|
2024-05-04 02:27:10 +03:00 |
|
|
|
ad84766691
|
chore: cleanup
|
2024-05-02 03:19:04 +03:00 |
|
|
|
fbb89b1b44
|
feat: enable/disable specific replacers
|
2024-05-02 03:19:04 +03:00 |
|
|
|
657bda1478
|
fix: exports
|
2024-05-01 01:33:05 +03:00 |
|
|
|
7ef73f26d1
|
fix: telescope
|
2024-04-30 15:29:07 +03:00 |
|
|
|
b31967dd32
|
docs: update docs
chore: comment out unused code
|
2024-04-30 15:10:24 +03:00 |
|
|
|
69542d7e1c
|
fix: telescope command
|
2024-04-30 15:00:54 +03:00 |
|
|
|
6e409f0a44
|
feat: add telescope command
|
2024-04-30 15:00:54 +03:00 |
|
|
|
4628b50340
|
refactor: telescope exports
|
2024-04-30 15:00:54 +03:00 |
|
|
|
500edc66e6
|
feat: add commands
docs: update
|
2024-04-30 15:00:54 +03:00 |
|
|
|
758d90b88f
|
docs: add doc strings
|
2024-04-30 15:00:54 +03:00 |
|
|
|
a669a998f4
|
fix: uppercase logic
fix: precommit
|
2024-04-30 15:00:54 +03:00 |
|
|
|
b536b832d9
|
test: fix most tests
|
2024-04-30 15:00:54 +03:00 |
|
|
|
a53e0d6d64
|
fix: word break/transform
|
2024-04-30 15:00:50 +03:00 |
|
|
|
e6735cceeb
|
chore: formatting
|
2024-04-30 15:00:50 +03:00 |
|
|
|
b4257a50fe
|
refactor: new logic, file splitting
BREAKING CHANGES: functions, configs have been renamed
|
2024-04-30 15:00:03 +03:00 |
|
Chen Asraf
|
9cd27aba2b
|
fix: word edge detection
|
2023-05-18 09:26:41 +03:00 |
|
Chen Asraf
|
43cc07cde4
|
fix: words split
|
2023-05-18 02:41:50 +03:00 |
|
Chen Asraf
|
5765e3d721
|
feat: visual block mode support
|
2023-05-18 02:22:11 +03:00 |
|
Chen Asraf
|
f79799cd91
|
fix: into_words dot split
test: add into_words tests
|
2023-05-18 00:54:30 +03:00 |
|
Chen Asraf
|
18ff322f83
|
docs: added fn comments
|
2023-05-17 23:30:44 +03:00 |
|
Chen Asraf
|
20fcc6b49c
|
refactor: unify replace logic + prepare replace cursors feat
|
2023-05-17 23:23:09 +03:00 |
|
Chen Asraf
|
79f9da2467
|
refactor: move func defs to main.lua and re-export in init.lua
|
2023-05-17 10:13:15 +03:00 |
|
Chen Asraf
|
4bc66d375b
|
build: fix & run tests on ci
|
2023-05-17 09:55:01 +03:00 |
|
Chen Asraf
|
ca281c8c7e
|
fix: var def
docs: update README.md
|
2023-05-16 11:32:03 +03:00 |
|
Chen Asraf
|
5664c45580
|
chore: lint
|
2023-05-16 11:32:03 +03:00 |
|
Chen Asraf
|
9e606d72a2
|
fix: switched normal/visual menus
|
2023-05-16 11:32:03 +03:00 |
|
Chen Asraf
|
aa63eb8bf6
|
fix: const case label
refactor: use map-loop for menu
|
2023-05-16 11:32:03 +03:00 |
|
Chen Asraf
|
e43a403d4d
|
feat: add CONST_CASE
|
2023-05-16 11:32:03 +03:00 |
|
Chen Asraf
|
30cbfe2b87
|
chore: lint + docs
|
2023-05-15 21:04:34 +03:00 |
|
Chen Asraf
|
3857dec40f
|
fix: selection transforms
refactor: cleanup public interfaces
chore: cleanup setup script
|
2023-05-15 21:02:50 +03:00 |
|
Chen Asraf
|
26ad542ff7
|
feat: separate keymap for n/v mode
|
2023-05-15 13:32:08 +03:00 |
|
Chen Asraf
|
5169fbdf20
|
chore: fix style lint
|
2023-05-15 13:13:27 +03:00 |
|
Chen Asraf
|
25a0735474
|
refactor: move keymap set to setup()
|
2023-05-15 13:12:19 +03:00 |
|
Chen Asraf
|
4e3b5418a8
|
fix: try fix keymap
|
2023-05-15 02:49:55 +03:00 |
|
Chen Asraf
|
45f1acb86f
|
chore: setup
|
2023-05-15 02:09:42 +03:00 |
|