added alt:space for mac os x
svn: r13239
This commit is contained in:
parent
b0f64136bd
commit
651057a78f
|
@ -1234,6 +1234,8 @@
|
||||||
(map "s:insert" "paste-clipboard")
|
(map "s:insert" "paste-clipboard")
|
||||||
|
|
||||||
(map-meta "space" "collapse-space")
|
(map-meta "space" "collapse-space")
|
||||||
|
(when (eq? (system-type) 'macosx)
|
||||||
|
(map "a:space" "collapse-space"))
|
||||||
;(map-meta "\\" "remove-space") ; Conflicts with european keyboards.
|
;(map-meta "\\" "remove-space") ; Conflicts with european keyboards.
|
||||||
(map "c:x;c:o" "collapse-newline")
|
(map "c:x;c:o" "collapse-newline")
|
||||||
(map "c:o" "open-line")
|
(map "c:o" "open-line")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user