xmodmap -e "keycode 94 = backslash bar backslash bar U00171 U00170 d"So that when I press Right Alt + \ I have my ű, with Shift, I have my Ű
Special thanks goes to: Black Eternal and Bill Beiga
xmodmap -e "keycode 94 = backslash bar backslash bar U00171 U00170 d"So that when I press Right Alt + \ I have my ű, with Shift, I have my Ű
Special thanks goes to: Black Eternal and Bill Beiga
tmux list-panesSelect a pane
tmux select-pane -t 0Send Ctrl-P and Ctrl-N to pane #1
tmux send-keys -t 1 C-p C-m
you will need gvim to do these things
Start vim as a servervim --servername "coding"Send a message to vim
vim --servername "coding" --remote-send '<Esc>:!ls<CR>'