[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/osm f6c16a4cc4 63/77: Improve keybindings
From: |
ELPA Syncer |
Subject: |
[elpa] externals/osm f6c16a4cc4 63/77: Improve keybindings |
Date: |
Mon, 7 Mar 2022 08:58:08 -0500 (EST) |
branch: externals/osm
commit f6c16a4cc4b323a85c4d1b576d1ce23e925b129d
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Improve keybindings
---
README.org | 4 ++--
osm.el | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.org b/README.org
index 9cf7f77851..b73a0d77ec 100644
--- a/README.org
+++ b/README.org
@@ -29,7 +29,7 @@
(use-package osm
:bind (("C-c m h" . osm-home)
("C-c m s" . osm-search)
- ("C-c m S" . osm-server)
+ ("C-c m t" . osm-server)
("C-c m g" . osm-goto))
:init
;; Load Org link support
@@ -72,7 +72,7 @@ Key bindings in =osm-mode= buffer:
- ~g~: =osm-goto= - Go to location
- ~h~: =osm-home= - Go to home location
- ~s~: =osm-search= - Search for location
-- ~S~: =osm-server= - Select server
+- ~t~: =osm-server= - Select tile server
- ~l~: =org-store-link= - Store org link
- ~b~: =osm-bookmark-set= - Set bookmark
- ~B~: =osm-bookmark-jump= - Jump to bookmark
diff --git a/osm.el b/osm.el
index 561e273b3e..bb97a00690 100644
--- a/osm.el
+++ b/osm.el
@@ -156,7 +156,7 @@ Should be at least 7 days according to the server usage
policies."
(define-key map "h" #'osm-home)
(define-key map "g" #'osm-goto)
(define-key map "s" #'osm-search)
- (define-key map "S" #'osm-server)
+ (define-key map "t" #'osm-server)
(define-key map "l" 'org-store-link)
(define-key map "b" #'osm-bookmark-set)
(define-key map "B" #'osm-bookmark-jump)
@@ -848,7 +848,7 @@ MSG is a message prefix string."
;;;###autoload
(defun osm-server (server)
- "Select SERVER."
+ "Select tile SERVER."
(interactive
(let* ((fmt #("%-20s %s" 6 8 (face font-lock-comment-face)))
(servers
- [elpa] externals/osm 833793ed6c 77/77: Use grid placeholder, (continued)
- [elpa] externals/osm 833793ed6c 77/77: Use grid placeholder, ELPA Syncer, 2022/03/07
- [elpa] externals/osm adc8156a70 37/77: README: Add more examples, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 7ac6f60b90 39/77: README update, ELPA Syncer, 2022/03/07
- [elpa] externals/osm ff5c089087 52/77: Update completion predicates, ELPA Syncer, 2022/03/07
- [elpa] externals/osm d5c5dc6ffd 75/77: Mouse dragging: Check window, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 162f883f80 35/77: Reuse existing buffer, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 9053d8a930 16/77: Indentation, ELPA Syncer, 2022/03/07
- [elpa] externals/osm f2fba2ebdf 43/77: Auto rename the buffers, ELPA Syncer, 2022/03/07
- [elpa] externals/osm b991de6e89 54/77: Rename server, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 03d4ceb553 57/77: Add tile memory cache, ELPA Syncer, 2022/03/07
- [elpa] externals/osm f6c16a4cc4 63/77: Improve keybindings,
ELPA Syncer <=
- [elpa] externals/osm 2a0bd8c7eb 50/77: Improve header line, ELPA Syncer, 2022/03/07
- [elpa] externals/osm e546671a0e 38/77: Minor cleanup, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 7657cb1b3b 71/77: Add check for image format support, ELPA Syncer, 2022/03/07
- [elpa] externals/osm e78a337477 44/77: Rename commands, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 1b7f4020b3 73/77: Fix caching, ELPA Syncer, 2022/03/07
- [elpa] externals/osm d27892f63a 40/77: Add some utility functions, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 3c0950a24b 31/77: Simplify bookmark handling, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 11a04bb5b9 66/77: osm-server: Improve completion command, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 88e7e36e43 49/77: Rename function, ELPA Syncer, 2022/03/07
- [elpa] externals/osm a9d0ec74e3 07/77: Simplify placeholder, ELPA Syncer, 2022/03/07