Skip to content

Commit

Permalink
I win to kwin.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncaq committed Nov 2, 2013
1 parent c5ab8c3 commit 516bb94
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.d/root-tramp
Submodule root-tramp updated from 97a804 to dd8508
6 changes: 0 additions & 6 deletions profile.d/21_key-trans.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,30 @@
(define-key key-translation-map (kbd "M-t") (kbd "M-p"))
(define-key key-translation-map (kbd "C-M-t") (kbd "C-M-p"))
(define-key key-translation-map (kbd "C-S-t") (kbd "C-S-p"))
(define-key key-translation-map (kbd "M-S-t") (kbd "M-S-p"))

(define-key key-translation-map (kbd "C-p") (kbd "C-t"))
(define-key key-translation-map (kbd "M-p") (kbd "M-t"))
(define-key key-translation-map (kbd "C-M-p") (kbd "C-M-t"))
(define-key key-translation-map (kbd "C-S-p") (kbd "C-S-t"))
(define-key key-translation-map (kbd "M-S-p") (kbd "M-S-t"))

;;h,bの入れ替え
(define-key key-translation-map (kbd "C-h") (kbd "C-b"))
(define-key key-translation-map (kbd "M-h") (kbd "M-b"))
(define-key key-translation-map (kbd "C-M-h") (kbd "C-M-b"))
(define-key key-translation-map (kbd "C-S-h") (kbd "C-S-b"))
(define-key key-translation-map (kbd "M-S-h") (kbd "M-S-b"))

(define-key key-translation-map (kbd "C-b") (kbd "C-h"))
(define-key key-translation-map (kbd "M-b") (kbd "M-h"))
(define-key key-translation-map (kbd "C-M-b") (kbd "C-M-h"))
(define-key key-translation-map (kbd "C-S-b") (kbd "C-S-h"))
(define-key key-translation-map (kbd "M-S-b") (kbd "M-S-h"))

;;s,fの入れ替え
(define-key key-translation-map (kbd "C-s") (kbd "C-f"))
(define-key key-translation-map (kbd "M-s") (kbd "M-f"))
(define-key key-translation-map (kbd "C-M-s") (kbd "C-M-f"))
(define-key key-translation-map (kbd "C-S-s") (kbd "C-S-f"))
(define-key key-translation-map (kbd "M-S-s") (kbd "M-S-f"))

(define-key key-translation-map (kbd "C-f") (kbd "C-s"))
(define-key key-translation-map (kbd "M-f") (kbd "M-s"))
(define-key key-translation-map (kbd "C-M-f") (kbd "C-M-s"))
(define-key key-translation-map (kbd "C-S-f") (kbd "C-S-s"))
(define-key key-translation-map (kbd "M-S-f") (kbd "M-S-s"))
Binary file modified profile.d/21_key-trans.elc
Binary file not shown.
2 changes: 2 additions & 0 deletions profile.d/22_key-bind.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
(global-set-key (kbd "C-M-d") 'kill-sexp)
(global-set-key (kbd "C-M-h") 'backward-kill-sentence)
(global-set-key (kbd "C-M-l") 'sort-lines);ソートする
(global-set-key (kbd "C-M-n") 'scroll-up-1)
(global-set-key (kbd "C-M-p") 'scroll-down-1)
(global-set-key (kbd "C-M-q") 'kill-buffer);バッファ閉じる
(global-set-key (kbd "C-M-z") 'recentf-open-most-recent-file);最後に閉じたバッファを開く
(global-set-key (kbd "C-S-d") 'delete-horizontal-space);スペースを一気に消す
Expand Down
Binary file modified profile.d/22_key-bind.elc
Binary file not shown.

0 comments on commit 516bb94

Please sign in to comment.