Skip to content

Commit

Permalink
terminal: Add Ctrl+X to quit screen
Browse files Browse the repository at this point in the history
  • Loading branch information
veracioux committed Jan 3, 2024
1 parent 526c73f commit b969f8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terminal.org
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ If you are viewing this on Linux, you can find the config reference [[file:/usr/

set -g default-terminal "screen-256color"
#+end_src
* Screen
#+begin_src conf :tangle (haris/tangle-home ".screenrc")
bindkey ^X quit
#+end_src
* Cheat
#+begin_src yaml :tangle (haris/tangle-home ".config/cheat/conf.yml")
colorize: true
Expand Down

0 comments on commit b969f8e

Please sign in to comment.