diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-01-25 14:00:06 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-01-25 14:00:06 +0100 |
| commit | e93537df02b7144472118aff93347843a246299a (patch) | |
| tree | 191fb8cccc2a1a1153188d1b41ba17c069d1dd30 /emacs/init.org | |
| parent | 14ece4acd40581362aa66d17fe47c212729db3db (diff) | |
| download | dotfiles-e93537df02b7144472118aff93347843a246299a.tar.gz dotfiles-e93537df02b7144472118aff93347843a246299a.zip | |
emacs: don't unset some bindings
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.org')
| -rw-r--r-- | emacs/init.org | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/init.org b/emacs/init.org index 3ca78dc..d26ffbf 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -832,11 +832,6 @@ First of all, let's define a function that will be called whenever Evil is loade (define-key global-map (kbd "M-h") 'help-command) (fset 'help-command help-map) - ; I use the Super key in combination with j & k to move around i3. Let's unset - ; M- combos for these two fellows for whenever I misstype them. - (global-unset-key (kbd "M-j")) - (global-unset-key (kbd "M-k")) - ; Go back to Emacs' bindings on beginning/end of line. (eval-after-load "evil-maps" (dolist (map '(evil-motion-state-map |
