Skip to content

Commit

Permalink
(WIP) Separate VSCode from ide.talon
Browse files Browse the repository at this point in the history
- Move much of the VSCode grammar over to brxck's (https://github.com/brxck/talon-config)
- Cross-platform support enabled via the use of vscode's command palette for most things.
- Switch to brxck's grammar for multi-cursor support.

Addresses #165.
  • Loading branch information
knausj85 committed Aug 6, 2020
1 parent f46adf5 commit 5ce4d5b
Show file tree
Hide file tree
Showing 13 changed files with 255 additions and 809 deletions.
2 changes: 2 additions & 0 deletions apps/jetbrains/jetbrains.talon
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ tag(): multiple_cursors
tag(): splits
tag(): tabs

action(code.toggle_comment): user.idea("action CommentByLineComment")

# Auto complete
action(code.complete): user.idea("action CodeCompletion")
action(user.ide_perfect): user.idea("action CodeCompletion,action CodeCompletion")
Expand Down
238 changes: 0 additions & 238 deletions apps/vscode/linux.talon

This file was deleted.

Loading

0 comments on commit 5ce4d5b

Please sign in to comment.