git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46adea2
)
Pentadactyl deprecated noremap.
author
Iain Patterson
<me@iain.cx>
Mon, 22 Oct 2012 21:53:22 +0000
(22:53 +0100)
committer
Iain Patterson
<me@iain.cx>
Mon, 22 Oct 2012 21:54:39 +0000
(22:54 +0100)
.pentadactylrc
patch
|
blob
|
history
diff --git
a/.pentadactylrc
b/.pentadactylrc
index
78cf13d
..
d32fc5d
100644
(file)
--- a/
.pentadactylrc
+++ b/
.pentadactylrc
@@
-16,10
+16,10
@@
set hlfind
se autocomplete=
" Use d/u without Control for up and down.
-
noremap
d <C-d>
-
noremap
u <C-u>
+
map -builtin
d <C-d>
+
map -builtin
u <C-u>
" Show jumplist.
-
noremap
J :jumps<CR>
+
map -builtin
J :jumps<CR>
" vim: set ft=pentadactyl: