Compare commits

..

2 Commits

Author SHA1 Message Date
26e290e883 Purge WebCatalog from the config 2023-11-24 23:13:20 +00:00
33842a9258 Fix tmux commands
Don't use removed `-p` option to `split-window`
2023-11-24 23:12:21 +00:00
2 changed files with 5 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# vim: ft=tmux # vim: ft=tmux
split-window -h -p 50 -c ~/.config/xremap nvim ~/.config/xremap/macOS.yaml split-window -h -l 50% -c ~/.config/xremap nvim ~/.config/xremap/macOS.yaml
select-pane -t 1 select-pane -t 1
split-window -v -p 50 -c ~/.config/xremap journalctl --user -f _COMM=xremap split-window -v -l 50% -c ~/.config/xremap journalctl --user -f _COMM=xremap
select-pane -t 3 select-pane -t 3

View File

@ -44,6 +44,7 @@ keymap:
- name: Tabs remaps - name: Tabs remaps
application: application:
only: only:
- Chromium-browser
- Firefox - Firefox
- Firefox-esr - Firefox-esr
- firefox - firefox
@ -70,12 +71,10 @@ keymap:
- name: Browser remaps - name: Browser remaps
application: application:
only: only:
- Apple - Chromium-browser
- Ferdium - Ferdium
- Firefox - Firefox
- Firefox-esr - Firefox-esr
- Personal
- Work
- firefox - firefox
remap: remap:
# --- Navigation --- # --- Navigation ---
@ -195,12 +194,9 @@ keymap:
# Focus Address Bar # Focus Address Bar
Alt-L: Ctrl-L Alt-L: Ctrl-L
- name: WebCatalog remaps - name: Ferdium remaps
application: application:
only: only:
- Apple
- Personal
- Work
- Ferdium - Ferdium
remap: remap:
# --- Navigation --- # --- Navigation ---