Skip to content

Commit

Permalink
feat(qute): ,e to open field in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
lanej committed Apr 3, 2019
1 parent 17a0e69 commit 550a4b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qute/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

config.bind('<Ctrl+n>', 'completion-item-focus next', 'command')
config.bind('<Ctrl+p>', 'completion-item-focus prev', 'command')
config.bind(',e', 'open-editor')

# Encoding to use for the editor.
# Type: Encoding
Expand Down

0 comments on commit 550a4b1

Please sign in to comment.