Skip to content

Instantly share code, notes, and snippets.

View ozturkkl's full-sized avatar
😜
Have a nice day!

Kemal Ozturk ozturkkl

😜
Have a nice day!
View GitHub Profile
@ozturkkl
ozturkkl / .tmux.conf
Created February 3, 2024 02:46
tmux-conf
set -g mouse on
bind-key h swap-pane -t 0
# #!/bin/bash
# # util func to send keys to all panes
# _tmux_send_keys_all_panes_ () {
# for _pane in $(tmux list-panes -F '#P'); do
# tmux send-keys -t ${_pane} "$@"
@ozturkkl
ozturkkl / youtube_fix
Last active June 3, 2024 16:38
Youtube Shortcuts Focus Fix
// ==UserScript==
// @name Kemal's Youtube Keyboard Shortcut Fix
// @namespace http://tampermonkey.net/
// @version 2024-05-17
// @description Fix annoying inconsistent arrow key shortcuts
// @author Kemal
// @match https://gist.github.com/ozturkkl/0d72d3747fbc5510df981b7c1495f959
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com
// @grant window.onurlchange
// @run-at document-idle