From 56ddcb44c0839b41f1b912c09910dd50900b05fb Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 8 Oct 2021 16:32:45 -0700 Subject: [PATCH] added command to copy/paste with terminal,micro, and no mouse --- linux_notes.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/linux_notes.txt b/linux_notes.txt index 149e876c..c3ddab30 100644 --- a/linux_notes.txt +++ b/linux_notes.txt @@ -380,6 +380,21 @@ xfce4-terminal --geometry=127x51+0+0 -x bpytop Same with xbanish: xbanish +Extracting gpg keys so that you can copy them without mouse: + +In terminal, in directory with .gpg file +gpg -d secret_file.txt.gpg > echo > file_secrets.txt +Enter password for gpg when prompted + +Use Micro to Copy text: +micro gh_token.txt +Ctrl + a +Ctrl + c +Ctrl + q + +In main terminal: +Ctrl + shift + v + Config Files: Configuration files for certain programs usually fall under the ~/.config directory, I have specifically created certain keybindings for example which can be found in the file titled: