Skip to content

Minor mode for number row unshifted character insertion in Emacs

License

Notifications You must be signed in to change notification settings

anmonteiro/snoopy-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snoopy Mode

MELPA MELPA Stable Build Status Coverage Status

Snoopy Mode is a minor mode for number row unshifted character insertion in Emacs.

It can insert characters such as ! and @ without pressing the shift key.

Getting Started

You can install Snoopy Mode from MELPA.

M-x package-install [RET] snoopy [RET]

Usage

Inside Emacs, M-x snoopy-mode RET will enable Snoopy Mode.

If you want to enable snoopy-mode, e.g. in prog-mode, place the following lines in your Emacs config:

(require 'snoopy)

(add-hook 'prog-mode-hook 'snoopy-mode)

Customization

Default layout is based on the qwerty layout, you can change this two way:

  • pick an existing layout with snoopy-select-keyboard-layout

  • define your custom one with snoopy-set-custom-keyboard-layout

Inspiration

  • This StackOverflow question.

Copyright & License

Copyright © 2017 António Nuno Monteiro, Russell McQueeney

Distributed under the GNU General Public License either version 3, or (at your option) any later version (see LICENSE).

About

Minor mode for number row unshifted character insertion in Emacs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •