To fix the crashing, simply upgrade VLC. First you will need to uninstall the default VLC.
Check if VLC is installed, which it should be.
sudo dpkg -l|grep vlc
// Place your key bindings in this file to overwrite the defaults | |
[ | |
{ | |
"key": "ctrl+shift+left", | |
"command": "-workbench.action.terminal.resizePaneLeft", | |
"when": "terminalFocus" | |
}, | |
{ | |
"key": "ctrl+shift+right", | |
"command": "-workbench.action.terminal.resizePaneRight", |
{ | |
// Control the cursor animation style, possible values are 'blink', 'smooth', 'phase', 'expand' and 'solid' | |
// Controls the cursor style, accepted values are 'block', 'block-outline', 'line', 'line-thin', 'underline' and 'underline-thin'} | |
"editor.accessibilitySupport": "off", | |
"editor.autoClosingBrackets": "always", | |
"editor.autoClosingQuotes": "always", | |
"editor.copyWithSyntaxHighlighting": false, | |
"editor.cursorBlinking": "blink", | |
"editor.cursorStyle": "block", | |
"editor.fontFamily": "FiraCode Nerd Font, Regular", |
#!/usr/bin/env bash | |
# List all installed extensions | |
# vc --list-extensions > /tmp/vscode-ex.txt | |
# vc --list-extensions | e - | |
# Linux | |
vc=/opt/local/apps/VSCode-linux-x64/bin/code-insiders | |
# MacOS |
// Place your key bindings in this file to overwrite the defaults | |
[ | |
{ | |
"key": "alt+down", | |
"command": "-workbench.action.terminal.focusNextPane", | |
"when": "terminalFocus" | |
}, | |
{ | |
"key": "alt+right", | |
"command": "-workbench.action.terminal.focusNextPane", |
https://gpgtools.tenderapp.com/kb/faq/password-management
You may need to to do both and make sure to quit application and restart.
set-option -g mouse on | |
set -g base-index 1 | |
set -g pane-base-index 1 | |
unbind-key C-b | |
set-option -g prefix C-a | |
set -g default-terminal "screen-256color" | |
set -g status-bg cyan |