Search results

Jump to navigation Jump to search
  • The prefix key of elscreen is '''C-z'''. '''C-z''' is the prefix key, but you still can iconify emacs with '''C-x C-z'''. (see C-h w iconify-or-
    5 KB (646 words) - 12:43, 1 December 2022
  • ; {{Command|find-function-on-key}} ...ds the source file containing the definition of the function bound to that key.
    1 KB (192 words) - 09:44, 19 October 2013
  • ...n to your {{EmacsConfigFile}} and bind it to your preferred [[Key Bindings|key sequence]]. This example uses {{Keys|C-c f}}. (global-set-key (kbd "C-c f") 'ido-choose-from-recentf)
    2 KB (274 words) - 15:32, 5 April 2012
  • Some actions triggered by a key may be incomplete. For example, when I press Enter, I'd like it to go to th ...his package, a "key chord" is two keys pressed simultaneously, or a single key quickly pressed twice (excluding Ctrl, Shift or Meta)).
    4 KB (599 words) - 08:06, 15 May 2013
  • (define-key global-map (kbd "C-z") nil) (define-key escreen-map (kbd "<backspace>") 'escreen-goto-prev-screen)
    1 KB (150 words) - 19:12, 13 April 2012
  • ...'' increases the selected region by semantic units. Just keep pressing the key until it selects what you want. (global-set-key (kbd "C-=") 'er/expand-region)
    1 KB (209 words) - 08:59, 10 April 2012
  • (global-set-key (kbd "C-x 1") 'zygospore-toggle-delete-other-windows)
    515 bytes (61 words) - 19:11, 28 October 2015
  • (define-key ggtags-mode-map (kbd "C-c g s") 'ggtags-find-other-symbol) (define-key ggtags-mode-map (kbd "C-c g h") 'ggtags-view-tag-history)
    7 KB (968 words) - 10:29, 6 November 2014
  • <li>Continue hitting <code>e</code> to call it several times. Hit any other key to get out of the macro repetition.</li> * bind it to a key sequence (<code>C-x C-k b</code>)
    3 KB (580 words) - 15:27, 4 July 2016
  • ...thub.com/kwrooijen/cargo.el cargo.el] ("cargo" in MELPA) gives us a set of key combinations to perform Cargo tasks within our Rust projects. To bind it to a key in rust-mode only:
    3 KB (379 words) - 15:30, 22 May 2017
  • * Adding Emacs-style key bindings to other programs and operating systems.
    1 KB (161 words) - 08:06, 20 September 2016
  • bind it to some other key combination you can use the following line in your (global-set-key [f4] 'expand-abbrev)
    2 KB (318 words) - 21:36, 11 August 2015
  • list of key bindings.
    636 bytes (95 words) - 15:15, 30 March 2012
  • (global-set-key (kbd "C-c i") 'ido-goto-symbol) ; or any key you see fit To bind it to a key of your choice do something like:
    4 KB (504 words) - 10:25, 14 June 2017
  • |+ Key bindings for navigating text |+ Key bindings for navigating code
    2 KB (292 words) - 09:39, 27 May 2013
  • === Key binding to open current editing file in web browser === Bind {{Function|mediawiki-browse}} to some key chord. The following
    5 KB (634 words) - 15:14, 8 April 2015
  • ...ns of the avy package: you can use avy to fold text with minimal number of key strokes! (define-key evil-normal-state-map [escape] 'keyboard-quit)
    10 KB (1,428 words) - 21:43, 5 September 2017
  • to be key board centric, most of the Emacs users like to turn it off.
    854 bytes (120 words) - 15:31, 5 April 2012
  • ;; Add key bindings for Org-style outline cycling (define-key outline-minor-mode-map [(control tab)] 'org-cycle)
    4 KB (616 words) - 15:12, 25 October 2018
  • * You can {{Keys|C-h t}}, meaning hold the Control key and press 'h' at same time, then release them and press 't', which will lau
    769 bytes (128 words) - 19:50, 18 October 2013

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)