This file contains 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
// Place your key bindings in this file to override the defaults | |
[ | |
{ | |
"key": "alt+f", | |
"command": "cursorWordEndRight", | |
"when": "textInputFocus" | |
}, | |
{ | |
"key": "alt+right", | |
"command": "-cursorWordEndRight", |
This file contains 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
/* Custom Styles */ | |
/* goes in ~/.jupyter/custom/custom.css */ | |
/* import fonts -- see https://fonts.google.com/ */ | |
@import url('//fonts.googleapis.com/css?family=Crimson+Text'); | |
@import url('//fonts.googleapis.com/css?family=Gloria+Hallelujah'); | |
@import url('//fonts.googleapis.com/css?family=Indie+Flower'); | |
@import url('//fonts.googleapis.com/css?family=Lora'); | |
@import url('//fonts.googleapis.com/css?family=Open+Sans'); | |
@import url('//fonts.googleapis.com/css?family=Montserrat'); |
First install the pdfrw
library.
pip install pdfrw
Then use the code block below to udpate the title. You'll need to edit the code to use the correct filepath for your resume and your desired title.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
{ | |
"~f" = "moveWordForward:"; | |
"~b" = "moveWordBackward:"; | |
"~d" = "deleteWordForward:"; | |
"~c" = "capitalizeWord:"; | |
"~l" = "lowercaseWord:"; | |
"~u" = "uppercaseWord:"; | |
"^w" = "deleteWordBackward:"; | |
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder