Added Glimpse to i3 config.

This commit is contained in:
tastytea 2019-09-28 04:48:04 +02:00
parent aafbb1abe9
commit 9200c04f76
2 changed files with 10 additions and 0 deletions

5
snippets/c++-mode/int Normal file
View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: int
# key: int
# --
#include <cstdint>

5
snippets/c++-mode/regex Normal file
View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: regex
# key: regex
# --
using RegEx = Poco::RegularExpression;