Commit graph

157 commits

Author SHA1 Message Date
Aly Thobani
6789094e0b docs: update docs now that some more motions are provided by default 2024-07-17 10:15:57 -07:00
Erez Shermer
cd7d5e9293 Tiny fixes 2024-07-09 18:58:55 +03:00
Aly Thobani
5b2a07d466 Change mappings for next/prev heading to [[ and ]] 2024-05-11 16:14:58 -07:00
Aly Thobani
5953f5e662 refactor: cleaner implementation of jumpToPattern 2024-05-11 15:13:50 -07:00
Aly Thobani
19d095883e feat: implement looping around 2024-05-11 12:23:23 -07:00
Aly Thobani
2adf45cdbc refactor: add docstrings / change var names 2024-05-10 11:20:21 -07:00
Aly Thobani
3d457c2f8c refactor: rename fns 2024-04-28 09:10:12 -07:00
Aly Thobani
585c68c0ea feat: jumpToLink now jumps to both markdown and wiki links 2024-04-27 15:57:05 -07:00
Aly Thobani
520914934b feat: followLinkUnderCursor action 2024-04-27 15:52:01 -07:00
Aly Thobani
57bf405cb0 refactor: update names, types, etc 2024-04-27 14:09:22 -07:00
Aly Thobani
51fc17cf98 refactor: add comment 2024-04-27 13:26:24 -07:00
Aly Thobani
45c4789060 refactor: split vimApi.ts into two files 2024-04-27 13:07:57 -07:00
Aly Thobani
be41f0261b refactor: extract out helper functions for defining obsidian vim actions 2024-04-27 12:44:14 -07:00
Aly Thobani
6779419ffe feat: implement moveUpSkipFold and moveDownSkipFold 2024-04-27 12:08:18 -07:00
Aly Thobani
5215915014 fix: return last found index even if fewer than n instances found, instead of undefined 2024-04-27 11:00:48 -07:00
Aly Thobani
7ca0e78ebc refactor: renamed file and removed unneeded exports 2024-04-27 10:39:16 -07:00
Aly Thobani
128f1834e9 refactor: new jumpToPattern function that can be used for motions 2024-04-27 10:33:10 -07:00
Aly Thobani
0053c8f1b2 Refactoring and implementing jumpToNextLink 2024-04-26 23:57:11 -07:00
Aly Thobani
9e98ddf1c3 Implement jumpToPreviousLink motion 2024-04-26 19:02:30 -07:00
Aly Thobani
ab1a283aa1 feat: define and expose obsidian-specific vim commands
jumpToNextHeading: g]
jumpToPreviousHeading: g[
2024-04-25 12:57:02 -07:00
esm7
4657923eb3
Merge pull request #218 from jsrozner/navigate_folds
Add a jssnippet to skip folds
2024-03-25 17:15:29 +02:00
jsrozner
89ae5fd0aa Add a jssnipped to skip folds 2024-03-21 16:42:30 -07:00
esm7
9ccf52a590
Merge pull request #184 from twio142/patch-1
Improve `surround`
2023-07-01 15:30:59 +03:00
esm7
224425bb6c
Merge pull request #193 from MaciejWieczor/patch-1
Update JsSnippets.md
2023-07-01 15:30:21 +03:00
Maciej Wieczór-Retman
0895ca4d07
Update JsSnippets.md 2023-06-29 12:46:35 +02:00
Maciej Wieczór-Retman
dd1838a175
Update JsSnippets.md 2023-06-29 12:45:50 +02:00
Maciej Wieczór-Retman
a864306288
Update JsSnippets.md
Vimwiki style link navigation
2023-06-24 21:57:42 +02:00
Erez Shermer
05b3a43a8e Readme update 2023-06-13 10:26:24 +03:00
twio142
1c7ff072df Debug 2023-05-13 02:01:03 +02:00
twio142
5d36a519d6
Improve surround
When no text selected, use `editor.wordAt` to get word at cursor position. If no word available, place cursor between prefix and suffix.
2023-05-13 00:51:14 +02:00
esm7
bdf41a370f
Merge pull request #183 from stechermichal/chore/update-readme-installation-instructions
chore: update readme installation instructions
2023-05-07 13:12:25 +03:00
Michal Štecher
af7a99d54e chore: update readme installation instructions 2023-05-07 11:44:50 +02:00
esm7
de354d654a
Merge pull request #181 from rscircus/patch-1
Add surround backticks to README.md
2023-05-01 10:21:38 +03:00
Roland Siegbert
b48f0155ae
Add surround backticks to README.md
Extending the vim-surround example with backticks as it is used a lot.
2023-04-29 09:24:57 +02:00
esm7
d9dd46efd1
Merge pull request #178 from SPiCaRiA/master
Allow customized Vim mode prompt text on status bar
2023-04-10 15:41:49 +03:00
SPiCaRiA
02bc1bf173
Add screenshots 2023-04-09 19:23:54 -07:00
SPiCaRia
0d0a562f6e Add CSS showcase to README 2023-04-09 19:21:27 -07:00
SPiCaRia
b6d258f807 Remove status bar CSS class 2023-04-09 19:10:38 -07:00
SPiCaRia
00c1a0ee39 Merge branch 'dev-status-bar-css' 2023-04-04 14:11:07 -07:00
SPiCaRia
ec6de70c35 Polish settings page - replace the duplicate break line with a section title 2023-04-04 14:11:01 -07:00
SPiCaRia
5bff2b81a5 Merge branch 'dev-status-bar-css' 2023-04-04 13:36:18 -07:00
SPiCaRia
bf7b373f23 Fix nits: add missing data mode when initialization 2023-04-04 13:35:47 -07:00
SPiCaRiA
7fb79e6faf
Add the missing line break 2023-04-02 22:37:24 -07:00
Weixuan Lin
f8e9893126 Merge branch 'dev-status-bar-css' 2023-04-02 22:34:45 -07:00
Weixuan Lin
99b379952b Update README 2023-04-02 22:34:31 -07:00
Weixuan Lin
edace4ee7a Merge branch 'dev-status-bar-css' 2023-04-02 22:28:35 -07:00
Weixuan Lin
a1e9406450 Use .vimrc-support-vim-mode class name and data-vim-mode instead 2023-04-02 22:28:23 -07:00
SPiCaRiA
eb8926a476
Merge pull request #6 from SPiCaRiA/dev-status-bar-css
Add option for updating CSS class names to status bar as well
2023-03-27 21:18:20 -07:00
Weixuan Lin
93ee168b7d Add option for updating CSS class names to status bar as well 2023-03-27 21:16:53 -07:00
SPiCaRiA
97868caed8
Merge pull request #5 from SPiCaRiA/dev-fix-settings
Fix: use default values when setting values are empty strings
2023-03-27 16:29:00 -07:00