All Projects → jhgorrell → ssh-config-mode-el

jhgorrell / ssh-config-mode-el

Licence: other
emacs mode for editing ssh config files.

Programming Languages

emacs lisp
2029 projects
Makefile
30231 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ssh-config-mode-el

Emacs Solaire Mode
If only certain buffers could be so grossly incandescent.
Stars: ✭ 129 (+180.43%)
Mutual labels:  melpa
elcord
Discord Rich Presence / Gamebridge support for Emacs!
Stars: ✭ 149 (+223.91%)
Mutual labels:  melpa
hover.el
Flutter tool to run hover on emacs
Stars: ✭ 38 (-17.39%)
Mutual labels:  melpa
Explain Pause Mode
top, but for Emacs.
Stars: ✭ 158 (+243.48%)
Mutual labels:  melpa
Bm
bm.el -- Visual Bookmarks for GNU Emacs
Stars: ✭ 204 (+343.48%)
Mutual labels:  melpa
eshell-up
Quickly go to a specific parent directory in eshell
Stars: ✭ 28 (-39.13%)
Mutual labels:  melpa
Selectric Mode
⌨ Make your Emacs sound like a proper typewriter.
Stars: ✭ 121 (+163.04%)
Mutual labels:  melpa
sshc
~/.ssh/config swiss army knife
Stars: ✭ 16 (-65.22%)
Mutual labels:  ssh-config
Emacs Easy Hugo
Emacs major mode for managing hugo
Stars: ✭ 235 (+410.87%)
Mutual labels:  melpa
wolfram.el
Wolfram Alpha integration
Stars: ✭ 69 (+50%)
Mutual labels:  melpa
Lsp Haskell
lsp-mode ❤️ haskell
Stars: ✭ 158 (+243.48%)
Mutual labels:  melpa
Evil Multiedit
Multiple cursors for evil-mode, based on iedit
Stars: ✭ 200 (+334.78%)
Mutual labels:  melpa
emacs-easy-jekyll
Emacs major mode for managing jekyll
Stars: ✭ 53 (+15.22%)
Mutual labels:  melpa
Linum Relative
display relative line number in the left margin in emacs
Stars: ✭ 152 (+230.43%)
Mutual labels:  melpa
emacs-company-dict
A port of ac-source-dictionary to company-mode, plus annotation and documentation support.
Stars: ✭ 31 (-32.61%)
Mutual labels:  melpa
Auto Complete
Emacs auto-complete package
Stars: ✭ 1,622 (+3426.09%)
Mutual labels:  melpa
nymphia
Create your SSH config with Ruby, and without any pain.
Stars: ✭ 19 (-58.7%)
Mutual labels:  ssh-config
psysh.el
PsySH on Emacs, PHP interactive shell (REPL)
Stars: ✭ 27 (-41.3%)
Mutual labels:  melpa
emacs-antiproxy
🔓 anti proxy/firewall setup using git repo mirrors of package archives. (local melpa)
Stars: ✭ 24 (-47.83%)
Mutual labels:  melpa
osx-trash
Make Emacs' delete-by-moving-to-trash do what you expect it to do on OS X.
Stars: ✭ 22 (-52.17%)
Mutual labels:  melpa

ssh-config-mode-el/README

A mode to edit SSH config files.

It does the following:

  • Fontifys the SSH config keywords.
  • Keys for skipping from host section to host section.
  • Indentation of configuration found in the following locations:
.ssh/config
sshd?_config
known_hosts
authorized_keys2?

If you have a SSH config file that you'd like to use this mode on automatically, add this line as the first one in the file:

# -*- mode: ssh-config -*-

Or add somthing like this to your init file:

(add-to-list 'auto-mode-alist '("/path-to-your-ssh/config\\'" . ssh-config-mode))

Links

License

ssh-config-mode-el is distributed under the GPL-3.0 (or any later version.)

Contributors

  • Harley Gorrell
  • John Mastro
  • Masahiro Hayashi
  • Matthew Weaver
  • Sharif Nassar
  • Ted Carnahan
  • USAMI Kenta
  • Wieland Hoffmann
  • iory
  • Александар Симић
  • Andrew Schwartzmeyer
  • Eder Elorriaga
  • Ville Skyttä
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].