summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-03-02 20:23:23 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-03-02 20:23:23 -0500
commitf7f575f0b8ae14703f14c096d0b3798a6bb77684 (patch)
treeda8a352c92839a057276706bb9513ff633392acf /config
parent511058d3c321f4348f8ccf3d26fb24702610db21 (diff)
fix search_prev silently overwriting paste commands
- joshuto should now exit if a conflict occurs between keybindings
Diffstat (limited to 'config')
-rw-r--r--config/keymap.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 72567e3..a3c3724 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -168,7 +168,7 @@ keys = [ "n" ]
command = "search_next"
[[mapcommand]]
-keys = [ "p" ]
+keys = [ "N" ]
command = "search_prev"