;ELC   
;;; Compiled
;;; in Emacs version 29.3
;;; with all optimizations.



(byte-code "\300\301!\210\300\302\303\304#\207" [require evil-collection edbi nil t] 4)
(defconst evil-collection-edbi-maps '(edbi:dbview-query-result-keymap edbi:sql-mode-map))#@204 The `ctbl:table-mode-map' and `edbi:dbview-keymap' are stored
as local maps and are not bound to any mode.  As such, the only
way to add Evil bindings to the dbview is to overwrite the
default bindings.
(defalias 'evil-collection-edbi-dbview-setup #[0 "\302\303!\304\305\"\211\207" [ctbl:table-mode-map edbi:dbview-keymap ctbl:define-keymap (("k" . ctbl:navi-move-up) ("j" . ctbl:navi-move-down) ("h" . ctbl:navi-move-left) ("l" . ctbl:navi-move-right) ("gc" . ctbl:navi-jump-to-column) ("$" . ctbl:navi-move-right-most) ("0" . ctbl:navi-move-left-most) ("gr" . ctbl:action-update-buffer) ("g?" . ctbl:describe-bindings) ([mouse-1] . ctbl:navi-on-click) ("C-m" . ctbl:navi-on-click) ("RET" . ctbl:navi-on-click)) epc:add-keymap (("gr" . edbi:dbview-update-command) ("SPC" . edbi:dbview-show-tabledef-command) ("c" . edbi:dbview-query-editor-command) ("C" . edbi:dbview-query-editor-new-command) ("C-m" . edbi:dbview-show-table-data-command) ("q" . edbi:dbview-quit-command))] 3 (#$ . 262)])#@34 Set up `evil' bindings for EDBI.
(defalias 'evil-collection-edbi-setup #[0 "\300 \210\301\302\303\304\305\306\307\310\311\312\313\314\315\316\317\320\321&\210\322\303\323\324\325\326\327\330\331\332\333\334&\210\322\335\336\337\340\341\323\342&\207" [evil-collection-edbi-dbview-setup evil-collection-define-key normal edbi:dbview-query-result-keymap "0" ctbl:navi-move-left-most "$" ctbl:navi-move-right-most "h" ctbl:navi-move-left "j" ctbl:navi-move-down "k" ctbl:navi-move-up "l" ctbl:navi-move-right "gc" ctbl:navi-jump-to-column evil-collection-bind quit edbi:dbview-query-result-quit-command quit-save quit-window quit-cancel evil-quit describe-mode ctbl:describe-bindings refresh ctbl:action-update-buffer edbi:sql-mode-map history-previous edbi:dbview-query-editor-history-back-command history-next edbi:dbview-query-editor-history-forward-command edbi:dbview-query-editor-quit-command] 17 (#$ . 1261)])
(provide 'evil-collection-edbi)
