tyrumus / dotfiles-old

My dotfiles for my setup (AwesomeWM 4.2) and some future dreams
http://imgur.com/gallery/E9dQ0
MIT License
9 stars 1 forks source link

Kitty #26

Open tyrumus opened 3 years ago

tyrumus commented 3 years ago

Yes, some of these are the default. This is just what I want when I'm done customizing.

Keyboard Shortcut Function
Ctrl + Shift + T Open new tab and switch to it
Ctrl + Shift + W Close current tab and switch to previous tab
Ctrl + Shift + Page Up Switch to previous tab
Ctrl + Shift + Page Down Switch to next tab
Ctrl + Shift + C Copy to clipboard
Ctrl + Shift + V Paste from clipboard
Ctrl + Shift + U Input Unicode character
Ctrl + Shift + E Make visible links "clickable" via the keyboard

Tab functionality to be kept largely the same.

I want the window manager to handle window layout, not Kitty. Therefore, window keyboard shortcuts will be removed. I understand that windows are "per tab". Don't care. :)

tyrumus commented 3 years ago

Make this thing work properly with SSH for text editors and such.

alias ssh='TERM=xterm-256color ssh'