From 63bc59e4fca5dcde403c028f5a4b4ea3753a83b8 Mon Sep 17 00:00:00 2001 From: LoganDungeon Date: Tue, 22 Jan 2019 11:03:51 +0100 Subject: [PATCH 1/2] corrected hardcoded st to $term --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index c30ef9a..ef8aab1 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -198,7 +198,7 @@ bindsym $mod+Shift+x exec --no-startup-id prompt "Shutdown computer?" "$shutdow bindsym $mod+c exec --no-startup-id freealf bindsym $mod+Shift+c exec --no-startup-id camtoggle -bindsym $mod+v exec --no-startup-id st -e vim -c "VimwikiIndex" +bindsym $mod+v exec --no-startup-id $term -e vim -c "VimwikiIndex" #bindsym $mod+Shift+v bindsym $mod+b bar mode toggle From 9db4ce46cd108afba6738ed5bd5d179fcef906d4 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Sat, 26 Jan 2019 23:07:08 +0100 Subject: [PATCH 2/2] Fixes readme typo for tutorialvid shortcut --- .readme.mom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readme.mom b/.readme.mom index 37aa7cc..1dbc699 100644 --- a/.readme.mom +++ b/.readme.mom @@ -74,7 +74,7 @@ If you'd like to change any of these keyboard changes, you need only open and ch Actually, this should go without saying, but \fIeverything\fP here can easily be changed. .PP Additionally, while this isn't a part of i3, the default editing mode in the shell is using vi bindings. -If you want to learn more of this, run \f(CWMod+Super+E\fP and type and select the option for "vi mode in shell". +If you want to learn more of this, run \f(CWMod+Shift+E\fP and type and select the option for "vi mode in shell". This setting can be changed if you don't like it by deleting or commenting out the contents of \f(CW~/.inputrc\fP. .HEADING 2 "The Status Bar" .PP