From d57a15cc1b4b66772d6780b910b91cfc31afd2e3 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Thu, 19 Dec 2019 21:06:13 -0800 Subject: [PATCH] Add XFCE note --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 24cc663..3789290 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ run `PlugInstall`. Make sure you run `./install.py --all` in the YouCompleteMe Directory. Additionally you will want to run: +To rebind capslock and escape in XFCE paste the following command in your terminal: + +`/usr/bin/setxkbmap -option "caps:swapescape"` + ``` pip install pynvim ```