Skip to content

Commit 7e4c602

Browse files
committed
Change filter keybinding.
1 parent 943cb65 commit 7e4c602

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ For example, open `/docker:root@container:/code/manage.py` instead of
145145
| <kbd>C-c ' S</kbd> | djangonaut-find-settings-module |
146146
| <kbd>C-c ' a</kbd> | djangonaut-find-admin-class |
147147
| <kbd>C-c ' c</kbd> | djangonaut-find-management-command |
148-
| <kbd>C-c ' f</kbd> | djangonaut-find-template-filter |
148+
| <kbd>C-c ' h</kbd> | djangonaut-find-template-filter |
149149
| <kbd>C-c ' g</kbd> | djangonaut-find-template-tag |
150150
| <kbd>C-c ' i</kbd> | djangonaut-dired-installed-apps |
151151
| <kbd>C-c ' j</kbd> | djangonaut-find-static-file |

djangonaut.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ user input. HIST is a variable to store history of choices."
10111011
(define-key map (kbd "u") 'djangonaut-find-url-module)
10121012
(define-key map (kbd "t") 'djangonaut-find-template)
10131013
(define-key map (kbd "g") 'djangonaut-find-template-tag)
1014-
(define-key map (kbd "f") 'djangonaut-find-template-filter)
1014+
(define-key map (kbd "h") 'djangonaut-find-template-filter)
10151015
(define-key map (kbd "j") 'djangonaut-find-static-file)
10161016
(define-key map (kbd "S") 'djangonaut-find-settings-module)
10171017
(define-key map (kbd "4 i") 'djangonaut-dired-installed-apps-other-window)
@@ -1029,7 +1029,7 @@ user input. HIST is a variable to store history of choices."
10291029
(define-key map (kbd "4 u") 'djangonaut-find-url-module-other-window)
10301030
(define-key map (kbd "4 t") 'djangonaut-find-template-other-window)
10311031
(define-key map (kbd "4 g") 'djangonaut-find-template-tag-other-window)
1032-
(define-key map (kbd "4 f") 'djangonaut-find-template-filter-other-window)
1032+
(define-key map (kbd "4 h") 'djangonaut-find-template-filter-other-window)
10331033
(define-key map (kbd "4 j") 'djangonaut-find-static-file-other-window)
10341034
(define-key map (kbd "4 S") 'djangonaut-find-settings-module-other-window)
10351035
map))

0 commit comments

Comments
 (0)