AndreLTR
2013-08-14 20:49:02 UTC
Hello,
I tried to change the word moving behaviour as shown in the post title and could not. Part of my .emacs is below.
(global-set-key (kbd "C-z") 'undo)
(global-set-key (kbd "C-<right>") 'forward-word)
(global-set-key (kbd "C-<left>") 'backward-word)
Finally, how could I open a new buffer proportionally in the same window? For instance, if I open a new buffer with C-x 2 and then open the new buffer the window is split in two equal halves. I'd prefer to have it 70%, 30%.
TIA,
Andre Luiz
I tried to change the word moving behaviour as shown in the post title and could not. Part of my .emacs is below.
(global-set-key (kbd "C-z") 'undo)
(global-set-key (kbd "C-<right>") 'forward-word)
(global-set-key (kbd "C-<left>") 'backward-word)
Finally, how could I open a new buffer proportionally in the same window? For instance, if I open a new buffer with C-x 2 and then open the new buffer the window is split in two equal halves. I'd prefer to have it 70%, 30%.
TIA,
Andre Luiz