* TS[X] to js[x] transpiler
* touchp like mkdirp
* command to change size of waydroid container
* Restart pulseaudio
* Convert video for mobile phones
* change selinux context of directory so that docker can access those files
* Start a Developer session in current directory
* Clone a git repo using given ssh key
This commit is contained in:
2023-09-09 11:52:26 +05:30
parent 544641f800
commit 6687da63a1
3 changed files with 128 additions and 3 deletions
+2
View File
@@ -1,3 +1,5 @@
set-option -g default-terminal 'tmux-256color'
set-option -ga terminal-overrides ',xterm-256color:Tc'
setw -g mode-keys vi
set-option -g mouse on
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xsel -i --clipboard"