Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Victor Stoichita
emacs-config
Commits
c0458910
Commit
c0458910
authored
Nov 29, 2020
by
Victor A. Stoichiţă
Browse files
change window shortcuts
parent
0dcf9fdb
Changes
1
Show whitespace changes
Inline
Side-by-side
init.el
View file @
c0458910
...
@@ -236,12 +236,17 @@ deleted or iconified, according to option `frame-auto-hide-function'."
...
@@ -236,12 +236,17 @@ deleted or iconified, according to option `frame-auto-hide-function'."
;;;; Window shortcuts
;;;; Window shortcuts
(
winner-mode
1
)
(
winner-mode
1
)
(
global-set-key
(
kbd
"C-="
)
'winner-undo
)
(
global-set-key
(
kbd
"M-þ"
)
'winner-undo
)
(
global-set-key
(
kbd
"M-\""
)
'delete-other-windows
)
(
global-set-key
(
kbd
"M-«"
)
'split-window-vertically
)
(
global-set-key
(
kbd
"M-»"
)
'split-window-horizontally
)
(
require
'ace-window
)
(
global-set-key
(
kbd
"C-t"
)
'ace-window
)
(
setq
aw-keys
'
(
?t
?s
?r
?n
?a
?u
?i
?e
))
(
require
'ace-window
)
(
global-unset-key
(
kbd
"M-t"
))
;; transpose-char
(
global-set-key
(
kbd
"M-t"
)
'ace-window
)
(
setq
aw-keys
'
(
?t
?s
?r
?n
?a
?u
?i
?e
)
aw-dispatch-always
nil
)
;;;; Buffer shortcuts
;;;; Buffer shortcuts
(
global-set-key
(
kbd
"C-ê"
)
'previous-buffer
)
(
global-set-key
(
kbd
"C-ê"
)
'previous-buffer
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment