Skip to content

Commit 7fa466a

Browse files
committed
chore(zeno): add git pull snippet shortcut
1 parent 57030ce commit 7fa466a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/.config/zeno/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ snippets:
99
context:
1010
lbuffer: '^git\s+'
1111

12+
- name: git pull
13+
keyword: pl
14+
snippet: pull
15+
context:
16+
lbuffer: '^git\s+'
17+
1218
- name: gw
1319
keyword: gw
1420
snippet: gwq

0 commit comments

Comments
 (0)