From 6748f720144150a48c320c77cc2f4dc07c4735fa Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 9 Mar 2019 22:09:49 +0100 Subject: [PATCH] Add :q in terminal idea --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b6ff36..d024b3e 100644 --- a/README.md +++ b/README.md @@ -139,12 +139,13 @@ Or, to **only** use these dotfiles two steps are necessary - [ ] readme command alias to open up the current project README.md or ask to create a new one if none is found in current dir / parent dirs - [ ] check for existence of xcape before trying to invoke its command in 5-capslock-to-ctrl +- [ ] make :q quit the terminal (perhaps doing alias as exit), :wq save the session in tmux and quit out of it ## URxvt - [ ] Enable Ctrl+Arrows to jump back/forward word-wise; - [x] enable (easy) copy/paste - Ctrl+Shift+C/V? - Copy paste works with Alt+Ctrl+C/V, text needs to be selected (only mouse for now) + Copy paste works with Alt+Ctrl+C/V, text needs to be selected (only mouse for now) - does *not* work in tmux yet - [ ] Select text with Shift keys - [ ] enable some sort of command mode a-la vim? - [ ] Unify tab switching -- mod+num for workspaces, alt+num for tabs (in qutebrowser,urxvt,fm,...)