This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in vimrc | |
the first section is enable the feature, the last is to auto jump to line 1 if in the git commit message so | |
if we set EDITOR=vim and run git commit it will always set insertion cursor at line 1 | |
>>>>> | |
if has("autocmd") | |
augroup fedora | |
autocmd! | |
"... | |
" When editing a file, always jump to the last cursor position |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"regexp" | |
"flag" | |
"fmt" | |
"github.com/pdf/kodirpc" | |
"github.com/json-iterator/go" | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Note how I build chromium with widevine for clearlinux over the weekend | |
<https://note.inxuanthuy.com/?action=view&id=1563&keyword=clearlinux> | |
Also kodi as well | |
<https://note.inxuanthuy.com/?action=view&id=1559> |