From 234a3519da7a71422ca7d80f4e8f80b694c8b1c4 Mon Sep 17 00:00:00 2001 From: Esteban Herrera Date: Sat, 2 Dec 2023 23:11:28 -0600 Subject: [PATCH 1/3] Log files --- data/.controller_message.json | 2 +- data/.previous_result_message.json | 2 +- data/.result_message.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/.controller_message.json b/data/.controller_message.json index b372250a..105b91ea 100644 --- a/data/.controller_message.json +++ b/data/.controller_message.json @@ -1 +1 @@ -{"message": "okay except"} \ No newline at end of file +{"message": "music antlers a"} \ No newline at end of file diff --git a/data/.previous_result_message.json b/data/.previous_result_message.json index fe54fc3c..d08f41d2 100644 --- a/data/.previous_result_message.json +++ b/data/.previous_result_message.json @@ -1 +1 @@ -{"message": "hey are you doing"} +{"message": "music antlers a"} diff --git a/data/.result_message.json b/data/.result_message.json index 157ad582..d08f41d2 100644 --- a/data/.result_message.json +++ b/data/.result_message.json @@ -1 +1 @@ -{"control": "CONTROL_ACCEPT_CHANGES"} +{"message": "music antlers a"} From b0b6bf723ed1cca4ff4a092b496767dc07a58300 Mon Sep 17 00:00:00 2001 From: Esteban Herrera Date: Tue, 5 Dec 2023 22:29:33 -0600 Subject: [PATCH 2/3] Add more shortcuts to the cheat sheet --- assets/docs/Keyboard Shortcuts Cheat Sheet.md | 27 ++++++++++++------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/assets/docs/Keyboard Shortcuts Cheat Sheet.md b/assets/docs/Keyboard Shortcuts Cheat Sheet.md index c57bdd6c..f20b9f6e 100644 --- a/assets/docs/Keyboard Shortcuts Cheat Sheet.md +++ b/assets/docs/Keyboard Shortcuts Cheat Sheet.md @@ -98,6 +98,13 @@ These group of shortcuts are defined in the directory **scripts/configuration/ke
`ALT` + `SYSRQ` + `U` : **U**nmount (remount all filesystems as read-only.)
`ALT` + `SYSRQ` + `B` : re**B**oot (reboot the computer). +## FZF + +`CTRL` + `R`: Fuzzy find a command in the command history. +
`CTRL` + `T`: Fuzzy find a file from the current working tree. +
`ENTER` : Open the file. +
`ESC` : Exit the program. + ## Gnome Terminal `CTRL` + `-` : Resize terminal. @@ -106,6 +113,10 @@ These group of shortcuts are defined in the directory **scripts/configuration/ke
`CTRL` + `SHIFT` + `C` : Copy highlighted text from terminal.
`CTRL` + `SHIFT` + `V` : Paste clipboard text into terminal. +## Neovim / Emacs + +When using Neovim or Emacs, make sure that the custom keyboard shortcuts do not interfere one another in the complete list. + ## OBS `ALT` + `SHIFT` + `4` : Start recording. @@ -113,20 +124,22 @@ These group of shortcuts are defined in the directory **scripts/configuration/ke
`ALT` + `SHIFT` + `6` : Start streaming.
`ALT` + `SHIFT` + `7` : Stop streaming. -## SimpleSCreenRecorder - -`SUPER`/ `META` + `S` : Start recording. - ## Oh My Tmux `PREFIX` + `B` , `1-9` : Switch windows by their number IDs.
`PREFIX` + `B` , `Q` : Display pane numbers. -
`PREFIX` + `B` , `SHIFT` : Split pane vertically. +
`PREFIX` + `B` , `"` : Split window horizontally. +
`PREFIX` + `B` , `SHIFT` + `PERCENT SIGN` : Split window vertically. +
`PREFIX` + `B` , `SHIFT` + `PERCENT SIGN` : Split pane vertically.
`PREFIX` + `B` + `ARROWS` : Resize the active pane.
`PREFIX` + `B` , `ARROWS` : Switch panes. Default PREFIX = CTRL +## SimpleSCreenRecorder + +`SUPER`/ `META` + `S` : Start recording. + ## Text Editors and IDEs `CTRL` + `X`: Cut. @@ -144,10 +157,6 @@ Default PREFIX = CTRL When using VS Code, make sure that the custom keyboard shortcuts do not interfere with each other in the complete list. -## Neovim / Emacs - -When using Neovim or Emacs, make sure that the custom keyboard shortcuts do not interfere one another in the complete list. - ## Web Browser Click on a browser's tab and then use the roller to move through the tabs. From 5ef83f36ee943d4570429c668709d29a7c0a3a6d Mon Sep 17 00:00:00 2001 From: Esteban Herrera Date: Wed, 6 Dec 2023 01:16:55 -0600 Subject: [PATCH 3/3] Add a shortcut --- assets/docs/Keyboard Shortcuts Cheat Sheet.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/assets/docs/Keyboard Shortcuts Cheat Sheet.md b/assets/docs/Keyboard Shortcuts Cheat Sheet.md index f20b9f6e..da0a465c 100644 --- a/assets/docs/Keyboard Shortcuts Cheat Sheet.md +++ b/assets/docs/Keyboard Shortcuts Cheat Sheet.md @@ -20,7 +20,7 @@ These group of shortcuts are defined in the directory **scripts/configuration/ke
`CTRL` + `XX` : Switch cursor position between start of the command line and the current position.
`CTRL` + `]` + `X` : Move the cursor forward to next occurrence of x.
`ALT` + `F` / `ESC` + `F` : Move the cursor one word forward. -
`ALT` + `B` / `ESC` + `B` : Move the cursor one word backward. +
`ALT` + `B` / `ESC` + `B` : Move the cursor one word backward.
`ALT` + `CTRL` + `]` + `X` : Move cursor to the previous occurrence of x. ### Bash Control/Process @@ -37,9 +37,9 @@ These group of shortcuts are defined in the directory **scripts/configuration/ke `CTRL` + `R` : Incremental reverse search of bash history.
`ALT` + `P` : Non-incremental reverse search of bash history.
`CTRL` + `J` : End history search at current command. -
`CTRL` + `_` : Undo previous command. +
`CTRL` + `_` : Undo previous command.
`CTRL` + `P` / `UP ARROW` : Move to previous command. -
`CTRL` + `N` / `DOWN ARROW` : Move to next command. +
`CTRL` + `N` / `DOWN ARROW` : Move to next command.
`CTRL` + `S` : Get the next most recent command.
`CTRL` + `O` : Run and re-enter the command found via CTRL + S and CTRL + R.
`CTRL` + `G` : Exit history search mode. @@ -76,8 +76,8 @@ These group of shortcuts are defined in the directory **scripts/configuration/ke ### Bash Information `TAB` : Autocomplete the command or file/directory name. -
`~TAB TAB`: List all Linux users. -
`CTRL` + `I`: Complete the command like TAB. +
`~TAB TAB` : List all Linux users. +
`CTRL` + `I` : Complete the command like TAB.
`ALT` + `?` : Display files/folders in the current path for help.
`ALT` + `*` : Display files/folders in the current path as parameter. @@ -101,7 +101,7 @@ These group of shortcuts are defined in the directory **scripts/configuration/ke ## FZF `CTRL` + `R`: Fuzzy find a command in the command history. -
`CTRL` + `T`: Fuzzy find a file from the current working tree. +
`CTRL` + `T `: Fuzzy find a file from the current working tree.
`ENTER` : Open the file.
`ESC` : Exit the program. @@ -160,3 +160,4 @@ When using VS Code, make sure that the custom keyboard shortcuts do not interfer ## Web Browser Click on a browser's tab and then use the roller to move through the tabs. +