1
0
Fork 0

New Tech Blog post: Emacs shorcuts in Gnome

This commit is contained in:
Sebastian Schulze 2016-04-01 19:56:43 +02:00
parent f08c2aa414
commit be398c62ec
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
---
title: "Enabling emacs style shortcuts in GNOME"
date: 2016-04-01
lang: en
categories: linux emacs desktop shortcuts
---
Emacs aficionado? Want to use your beloved keyboard movements
everywhere including Firefox? Turns out this is just one command away:
``` bash
$ gsettings set org.gnome.desktop.interface gtk-key-theme "Emacs"
```
And we're done.