Skip to content

Commit

Permalink
vnc(ratpoison): change prefix from C-Escape to C-period
Browse files Browse the repository at this point in the history
Ctrl-. conflicts with less, hopefully
  • Loading branch information
legobeat committed Sep 13, 2024
1 parent 12337cb commit 2a47926
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions docs/graphical-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ Refer to `imags/X11/vnc/skel/.ratpoisonrc` for customization and complete refere

### Basic key bindings

- `Ctrl+Esc ?`: Display keybindings
- `Ctrl+Esc c`: New terminal window
- `Ctrl+Esc d`: Application launcher
- `Ctrl+Esc w`: New firefox window
- `Ctrl+Esc e`: New neovim window
- `Ctrl+Esc n`: Next window
- `Ctrl+Esc Tab`: Focus next
- `Ctrl+Esc s`: Split horizontally
- `Ctrl+Esc S`: Split vertically
- `Ctrl+Esc L`: Reload `~/.ratpoisonrc`
- `Ctrl+. ?`: Display keybindings
- `Ctrl+. c`: New terminal window
- `Ctrl+. d`: Application launcher
- `Ctrl+. w`: New firefox window
- `Ctrl+. e`: New neovim window
- `Ctrl+. n`: Next window
- `Ctrl+. Tab`: Focus next
- `Ctrl+. s`: Split horizontally
- `Ctrl+. S`: Split vertically
- `Ctrl+. L`: Reload `~/.ratpoisonrc`

## 2. Using a provided X socket

Expand Down
4 changes: 2 additions & 2 deletions imags/X11/vnc/skel/.ratpoisonrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# prefix: Ctrl+`
escape C-Escape
# prefix: Ctrl+.
escape C-period

# keybindings
bind c meta
Expand Down

0 comments on commit 2a47926

Please sign in to comment.