[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: moving between buffers side-by-side using the keyboard
From: |
Kaushal Modi |
Subject: |
Re: moving between buffers side-by-side using the keyboard |
Date: |
Wed, 15 Feb 2017 14:04:10 +0000 |
On Wed, Feb 15, 2017 at 8:53 AM Sharon Kimble <boudiccas@skimble.plus.com>
wrote:
> I've found that I'd assigned 'C-x o' to two things in my config file,
> one of which is to 'outline-minor-mode-prefix', so I commented out the
> unused one and restarted emacs.
>
> But it still didn't work, so I searched in my config for
> 'outline-minor-mode-prefix' and found that I'd assigned it twice, so I
> commented out the second instant, and restarted again.
>
> But it still didn't work, so this what I've got it showing as -
>
> --8<---------------cut here---------------start------------->8---
> (global-set-key (kbd "C-x o") 'outline-minor-mode-prefix)
> --8<---------------cut here---------------end--------------->8---
>
> If I comment out that line and restart it shows that 'C-x o' is unassigned.
>
> I don't have windmove or ace-window installed, but I'm quite prepared to
> if it means that I get the required functionality.
>
windmove ships with emacs. You just need to enable it by putting this in
your config
(windmove-default-keybindings)
Then Shift+left/right will switch to windows on left/right.
If you do not like the default bindings, you can bind
windmove-left/right/up/down functions directly.
--
Kaushal Modi
- moving between buffers side-by-side using the keyboard, Sharon Kimble, 2017/02/15
- Re: moving between buffers side-by-side using the keyboard, Filipe Silva, 2017/02/15
- Re: moving between buffers side-by-side using the keyboard, Sharon Kimble, 2017/02/15
- Re: moving between buffers side-by-side using the keyboard, tomas, 2017/02/15
- Re: moving between buffers side-by-side using the keyboard, Joost Kremers, 2017/02/15
- Re: moving between buffers side-by-side using the keyboard, Sharon Kimble, 2017/02/15
- Re: moving between buffers side-by-side using the keyboard,
Kaushal Modi <=
- RE: moving between buffers side-by-side using the keyboard, Drew Adams, 2017/02/15
- Re: moving between buffers side-by-side using the keyboard, Sharon Kimble, 2017/02/15
- RE: moving between buffers side-by-side using the keyboard, Drew Adams, 2017/02/15
- Re: moving between buffers side-by-side using the keyboard, Marcin Borkowski, 2017/02/15
- Re: moving between buffers side-by-side using the keyboard, Filipe Silva, 2017/02/15
Re: moving between buffers side-by-side using the keyboard, Joost Kremers, 2017/02/15