A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ganmacs/emacs-surround below:

ganmacs/emacs-surround: Emacs version of vim.surround

emacs-surround is like vim.surround. This plugins provides easily change, delete and insert such surrounding in pairs.

Press C-q "'

Change it to

Press C-q i" or C-q " <return>

Change it to

Press C-q d"

Change it to

Installation and Settings

Use cask or el-get or clone form https://github.com/ganmacs/emacs-surround.git

And add this script your .init.el

(require 'emacs-surround)
(global-set-key (kbd "C-q") 'emacs-surround)

You can use custimze pair.

For Example Add this line to your .init.el

(add-to-list 'emacs-surround-alist '("}" . ("{ " . " }")))

Now press C-q {}

Change it to


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4